Mark DVC `trainer.best` artifact as `type=model` (#4143)

single_channel
David de la Iglesia Castro 1 year ago committed by GitHub
parent 09a0378e81
commit 6abab4d9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,7 @@ def on_train_end(trainer):
_log_confusion_matrix(trainer.validator)
if trainer.best.exists():
live.log_artifact(trainer.best, copy=True)
live.log_artifact(trainer.best, copy=True, type='model')
live.end()

Loading…
Cancel
Save