-
Notifications
You must be signed in to change notification settings - Fork 45.4k
Open
Labels
Description
Prerequisites
Please answer the following question for yourself before submitting an issue.
- I checked to make sure that this feature has not been requested already.
1. The entire URL of the file you are using
2. Describe the feature you request
When training the model SSD MobileNet V2 FPNLite 320x320 for 50,000 steps, the model overfitting. It was decided to save ~200 checkpoints and find out which one would give the best results. But checking each takes a huge amount of time and seems not quite the right solution. While trying to find a solution to this problem, I thought about the use case of early stopping. The search for the implementation of Early Stopping did not yield any results.
I would like to know possible ways to solve this problem. Because the current approach seems completely wrong.
3. Additional context
Add any other context about the feature request here.
4. Are you willing to contribute it? (Yes or No)
Yes