You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tqdm.write() apparently gets buggy when terminal height is less than the text being replaced, and has text artifacts if the text replaced has a different line length.
As a result, the script cannot print hyperparameters, as the hps + metrics will go above typical terminal height, and the lines of hyperparameters are variable unlike metrics.
I removed hps printing for the time being (it's not strictly necessary anyways) but I would like a better solution.
The text was updated successfully, but these errors were encountered:
tqdm.write()
apparently gets buggy when terminal height is less than the text being replaced, and has text artifacts if the text replaced has a different line length.As a result, the script cannot print hyperparameters, as the hps + metrics will go above typical terminal height, and the lines of hyperparameters are variable unlike metrics.
I removed hps printing for the time being (it's not strictly necessary anyways) but I would like a better solution.
The text was updated successfully, but these errors were encountered: