You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hello @pjh11214, thank you for reaching out and showing interest in YOLOv5 🚀! Continuing training from a pretrained model is a common task and I'm here to help guide you. An Ultralytics engineer will also assist you soon.
To continue training with an already trained model, you generally need to specify the path to your weight file using the --weights argument when executing the training script. This typically looks something like this:
If this is a 🐛 bug report, please provide a minimum reproducible example to help us identify the issue. For questions involving custom training, supplying additional information like dataset examples and training logs can be immensely helpful.
Feel free to check out these helpful resources for more detailed guidance:
Explore our new YOLOv8 for advanced features and capabilities:
Introducing YOLOv8 🚀
We're thrilled to present our state-of-the-art model, YOLOv8! Designed for enhanced performance in object detection, segmentation, and classification tasks.
Get started with YOLOv8 by running:
pip install ultralytics
Remember, our community and resources are here to help you succeed with your machine learning endeavors! 🚀
@pjh11214 to continue training an already trained YOLOv5 model, use the --weights argument to specify your model's checkpoint file, like this: python train.py --data your_dataset.yaml --weights path/to/your_model.pt.
Search before asking
Question
How to continue training on the basis of already trained models
Additional
No response
The text was updated successfully, but these errors were encountered: