Mark DVC trainer.best
artifact as type=model
(#4143)
This commit is contained in:
committed by
GitHub
parent
09a0378e81
commit
6abab4d9ca
@ -123,7 +123,7 @@ def on_train_end(trainer):
|
|||||||
_log_confusion_matrix(trainer.validator)
|
_log_confusion_matrix(trainer.validator)
|
||||||
|
|
||||||
if trainer.best.exists():
|
if trainer.best.exists():
|
||||||
live.log_artifact(trainer.best, copy=True)
|
live.log_artifact(trainer.best, copy=True, type='model')
|
||||||
|
|
||||||
live.end()
|
live.end()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user