Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console printing issues after an experiment improvement #4

Open
minimaxir opened this issue Mar 24, 2019 · 0 comments
Open

Console printing issues after an experiment improvement #4

minimaxir opened this issue Mar 24, 2019 · 0 comments

Comments

@minimaxir
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant