Last updated 3 years ago
Use vessl.finish to manually stop your .
vessl.finish
vessl.finish will have no effect in a VESSL-managed experiment.
import vessl if __name__ == '__main__': vessl.init() ... vessl.finish() ... # Rest of your code