Unanswered
Hello, I Am Using The Clearml Integration With Ultralytics. I Have Very Simple Code
Hello, I am using the clearml integration with ultralytics. I have very simple code
task = Task.init(project_name="YOLO", task_name=ds_name, output_uri="
")
model = YOLO(model_base)
results = model.train()
The output model is properly uploaded to my bucket as " best.pt ". How can I specify a different filename for this model ?
3 Views
0
Answers
19 hours ago
8 hours ago
Tags