Open curtinmjc opened 2 weeks ago
👋 Hello @curtinmjc, thank you for raising an issue about Ultralytics HUB 🚀! Your contribution helps us improve and address any potential issues.
For more insights into the Ultralytics HUB, please explore our comprehensive HUB Docs:
As this seems like a 🐛 Bug Report, we would appreciate it if you could provide a minimum reproducible example (MRE) to help us understand the issue better. This can include a detailed description along with code snippets or configuration files that showcase the problem.
On your specific concerns:
We aim to resolve all issues promptly and appreciate your patience. An Ultralytics engineer will follow up with you soon to provide further assistance. Thank you for your understanding! 😊
As far as a minimum reproducible example (MRE) is concerned, the first model training used the Official YOLO11n classify architecture with my first custom dataset. The second model training started using the Custom model that I had trained initially with my second custom dataset. I can provide you with the two Classify datasets, but I do not believe there is anything special about them.
Hello @curtinmjc,
Thank you for providing additional context about your training process. It sounds like you're using a well-structured approach with the YOLO11n classify architecture and custom datasets. To address the issue you're experiencing, here are a few steps you can take:
Verify with Latest Versions: Ensure that you're using the latest version of the Ultralytics packages and the Ultralytics HUB. Updates often include bug fixes and improvements that might resolve your issue.
Check Model Configuration: Double-check the configuration settings for your second model training. Ensure that the pretrained model option is correctly set and that any changes in the configuration are saved before starting the training.
Review Training Logs: Examine the training logs for any discrepancies or warnings that might indicate why the pretrained setting is not being applied as expected.
Reproduce the Issue: If possible, try to reproduce the issue with a smaller subset of your data. This can help isolate the problem and make it easier to identify any specific causes.
Community Support: While I can't provide private support, I encourage you to share your findings and any additional questions on our GitHub Discussions or join our Discord community for further assistance from other users and the Ultralytics team.
Your feedback is invaluable, and we're here to help you get the most out of Ultralytics HUB. If you have any more details or questions, feel free to share them. 😊
Thank you for your response. My answers to your listed steps:
Hello @curtinmjc,
Thank you for the detailed follow-up! It sounds like you've been thorough in your troubleshooting process. Let's see how we can further assist you:
Version Check: Your setup with Ultralytics 8.3.28 and the latest CUDA and PyTorch versions looks good. It's always a good idea to ensure compatibility, and it seems you're up-to-date. 🚀
Model Configuration: Since you've verified the settings and the issue persists even with different epoch settings, it might be worth checking if there are any cached configurations or settings that could be affecting the training process. Sometimes clearing the cache or starting a fresh session can help.
Training Logs: The absence of detailed logs can be tricky. Ensure that logging is enabled in your Colab environment. You might want to add some print statements or logging commands in your training script to capture more detailed outputs. This can help identify if the pretrained model is being loaded correctly.
Reproduce the Issue: Given that you've already tried with a smaller dataset, it might be beneficial to test with a completely different dataset or a different model architecture to see if the issue persists. This can help determine if the problem is specific to your current setup or more general.
If the issue continues, consider sharing a minimal reproducible example with the community on GitHub Discussions or Discord. This can provide more insights and allow others to replicate and diagnose the problem.
Thank you for your patience and for working with the community to resolve this. If you have any more questions or need further assistance, feel free to reach out. 😊
Search before asking
Question
Background:
What I did and learned:
Additional
Questions: