I tried a simple object training with github/tensorflow/models/blob/master/research/object_detection/model_main_tf2.py using several pre-trained models and my own images, but after hours of training the learning_rate is zero and loop continues for ever.
Someone advice my to review or reconfigure the training parameters like: reduceLRonPlateau
But this param is not found on model_main_tf2.py or other files in the official repository
These models and scripts are under the research folder but you can always change some hyperparameters to adapt It to your pecific finetuning dataset (e.g. number of iteration, inital learning rate, etc.).
And a model refactoring Is going to be collected in: