Skip to content

Overfitting model and EarlyStopping #10741

@Hikozume

Description

@Hikozume

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

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf2_detection_zoo.md

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions