Remove Neptune `run.stop()` in `on_train_end()` (#3103)

single_channel
Siddhant Sadangi 1 year ago committed by GitHub
parent e88c89d269
commit 29c954a138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,7 +93,6 @@ def on_train_end(trainer):
# Log the final model
run[f'weights/{trainer.args.name or trainer.args.task}/{str(trainer.best.name)}'].upload(File(str(
trainer.best)))
run.stop()
callbacks = {

Loading…
Cancel
Save