What does it mean a learning_rate of zero?

After 3 hours on a machine with 2 gpus, I reached this value

model_lib_v2.py:708] {
 'Loss/classification_loss': 0.28390533,
 'Loss/localization_loss': 0.26865262,
 'Loss/regularization_loss': 57.277615,
 'Loss/total_loss': 57.83017,
 'learning_rate': 0.0}

I researched and the zero learning_rate means that there is nothing to learn, but the train with model_main_tf2.py don’t end :frowning:

Please any help is appreciated.

Thanks

What do you mean that It doesn’t end?

I mean more than 6 hours and model_main_tf2.py never ends.

I also post a related question in stackoverflow

Thanks