Hello,
I trained a model on Ultralytics Platform, but the training was cancelled and the resulting model is not available in the Predict tab.
Experiment Information
• Platform project: fan-phoenix/hardcore-narwhal
• Experiment: exp-5
• Experiment URL:
https://platform.ultralytics.com/fan-phoenix/hardcore-narwhal/exp-5
• Model: YOLO11s
• GPU: NVIDIA H200
• Ultralytics version: 8.4.95
• Python: 3.11.10
• PyTorch: 2.4.1+cu124
• Training progress: 106 epochs
• Training duration: approximately 0.933 hours
Problem
The console shows that both best.pt and last.pt were created:
106 epochs completed in 0.933 hours.
Optimizer stripped from /runs/detect/fan-phoenix/hardcore-narwhal/exp-5/weights/last.pt, 19.2MB
Optimizer stripped from /runs/detect/fan-phoenix/hardcore-narwhal/exp-5/weights/best.pt, 19.2MB
Validating /runs/detect/fan-phoenix/hardcore-narwhal/exp-5/weights/best.pt...
Ultralytics 8.4.95 🚀 Python-3.11.10 torch-2.4.1+cu124 CUDA:0 (NVIDIA H200, 143166MiB)
YOLO11s summary (fused): 101 layers, 9,415,896 parameters, 0 gradients, 21.3 GFLOPs
Platform: Training cancelled from Platform ⚠️
The final metrics were approximately:
• Precision: 0.894
• Recall: 0.816
• mAP50: 0.850
• mAP50-95: 0.688
However, the Predict tab says that no model is available. I cannot find or select best.pt or last.pt for prediction or continued training.
Request
Could you please check:
- Whether
best.ptwas successfully uploaded to Platform; - Whether the checkpoint can be associated with this experiment;
- Whether the model can be restored so it appears in the Predict tab;
- Whether
last.ptcan be used to resume training if the model cannot be restored.
According to the Platform callback documentation, cancelled training should still attempt to upload the best checkpoint. If the upload fails, the log should contain:
Model will not be available for download on Platform (upload failed)
Thank you for checking this issue.