Open preacherwhite opened 1 week ago
The original code causes iteration to go over max_num_iterations, causing the progress tracker to be unable to estimate the time needed to finish, and causing unwanted extra iterations. Issue happens when pre-trained checkpoints are loaded.
Details on this bug is reported in issue #3096
The original code causes iteration to go over max_num_iterations, causing the progress tracker to be unable to estimate the time needed to finish, and causing unwanted extra iterations. Issue happens when pre-trained checkpoints are loaded.