-
Notifications
You must be signed in to change notification settings - Fork 40
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
Sudden increment in loss values during training #19
Comments
@purvang3 do you test your dataset by other detection models? |
Thank you for the reply. It was dataset only. Could you point out to the document and responsible script, which periodically evaluate saved checkpoint on validation data? |
@purvang3 you can reference detectron2 document. For the checkpoint, you can set https://github.com/facebookresearch/detectron2/blob/main/detectron2/config/defaults.py#L541 |
@xiaohu2015 Thank you for the reply and pointing out to the doc regarding eval. I am able to run periodic eval but coco metric validation result show either garbage values or not improving mAP but I do see decrement in training loss. Below I have attached image. Do you have any suggestion? let me know if you need any additional information. |
check your dataset, use https://github.com/facebookresearch/detectron2/blob/main/tools/visualize_data.py to show dataloader to check if your data is good. |
The text was updated successfully, but these errors were encountered: