giotto-ai / giotto-deep

Deep learning made topological.
Other
76 stars 11 forks source link

Leftover code for print delay #124

Closed AnthoJack closed 1 year ago

AnthoJack commented 1 year ago

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