ultralytics 8.0.189 pin tensorflow<=2.13.0 to avoid tflite_support bug (#5140)
Co-authored-by: Shreyesh <76511222+shreyesh0610@users.noreply.github.com> Co-authored-by: Soumik Rakshit <19soumik.rakshit96@gmail.com> Co-authored-by: Ryan Romanchuk <rromanchuk@gmail.com>
This commit is contained in:
parent
19c3314e68
commit
2624fc04fb
6 changed files with 22 additions and 20 deletions
|
|
@ -54,6 +54,7 @@ def on_train_end(trainer):
|
|||
if trainer.best.exists():
|
||||
art.add_file(trainer.best)
|
||||
wb.run.log_artifact(art, aliases=['best'])
|
||||
wb.run.finish() # required or run continues on dashboard
|
||||
|
||||
|
||||
callbacks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue