So I am running tensor2tensor framework with my own model, and I see that --train_steps flag not working., it keeps on training past 1000 that I have defined and stops above 200000 (sorry I could not track exactly when model stopped, but it does go beyond the set steps by a large margin)
Description
So I am running tensor2tensor framework with my own model, and I see that --train_steps flag not working., it keeps on training past 1000 that I have defined and stops above 200000 (sorry I could not track exactly when model stopped, but it does go beyond the set steps by a large margin)
Is there any hint why this could not be working?
Also, what is the flag to train with early stopping? ...
Environment information
Python 2.7.15 :: Anaconda, Inc.
For bugs: reproduction and error logs