Is your feature request related to a problem? Please describe.
Some code in the Trainer class's optimization_step method performs a weird, always-true condition which checks if the batch index is "% 1"
Describe the solution you'd like
Add a print_every parameter to the class in order to re-establish the feature that resulted in this weird leftover code
Describe alternatives you've considered
Remove condition altogether if no print delay is expected/desired
Is your feature request related to a problem? Please describe. Some code in the Trainer class's optimization_step method performs a weird, always-true condition which checks if the batch index is "% 1"
Describe the solution you'd like Add a print_every parameter to the class in order to re-establish the feature that resulted in this weird leftover code
Describe alternatives you've considered Remove condition altogether if no print delay is expected/desired