-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stacking in validation #11317
Comments
@glenn-jocher would you please assist on this topic? |
@ShAmoNiA hello! It seems that the training process got stuck in the final validation process. This sometimes occurs if an error in the annotations is present or if the validation set is too large. To prevent this, you can try setting smaller |
@glenn-jocher It is coco128 dataset. I don't think this issue was about the validation size.
|
@ShAmoNiA If you've already tried changing the batch size and it's still getting stuck, it could be an issue with the dataset itself. Have you checked that your image files are in the correct format and that each image is correctly annotated with at least one object? It might also be helpful to double-check that the annotations are correct and that there are no syntax errors or typos in your annotation file. Another thing to try would be to verify that the images and annotations are aligned by using a visualization tool to look at the images and their corresponding annotations. In addition, I recommend reviewing the YOLOv5 documentation for advice on training issues and performance troubleshooting. Additionally, there are some performance-related tweaks you can make to speed up the training, such as using mixed precision training ( |
Thank you very much for your response glenn |
@ShAmoNiA you're welcome! If you have any further questions or run into issues, feel free to ask. I will do my best to help. |
Search before asking
YOLOv5 Component
Validation
Bug
Greeting,
I attempted to run YOLO in evaluation mode, but unfortunately, every time I executed it, it became stuck in the validation process after a few generations, resulting in the following issue:
I ran it with this command:
How can I go about fixing this issue?
Environment
yolov5 - rtx 2080ti
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: