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

Support for progress bars? #53

Open
nelson-liu opened this issue Aug 7, 2017 · 2 comments
Open

Support for progress bars? #53

nelson-liu opened this issue Aug 7, 2017 · 2 comments

Comments

@nelson-liu
Copy link

Hi,
I like using tqdm to monitor my train logs, but currently it doesn't seem to work very well with hyperdash (totally understandable, i feel like this is an edge case). Is there anything i can tweak on my progress bar to get it to work, or is this more something on your side?

Thanks for this project, it looks very nifty!

Screenshot of what the progrss bar looks like on mobile:
20731367_1889393554409486_1585511841_n

@andrewschreiber
Copy link
Contributor

Hey thanks for the bug report! Terminal loading bars tend to work via deleting the previous text via the backspace character, then printing new text.

Hyperdash currently just ignores the backspace characters and logs the new text. We'll give some thought to a smarter solution!

@richardartoul
Copy link
Contributor

Yep to get this to work we'll need to make the mobile app interpret the output the same way a terminal emulator does. Will take a stab at it and see what we can do.

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

3 participants