mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-25 07:04:21 +08:00
Mark DVC trainer.best
artifact as type=model
(#4143)
This commit is contained in:
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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user