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 progress-bar for learning models! #19

Open
jjfiv opened this issue Aug 16, 2019 · 2 comments
Open

Support progress-bar for learning models! #19

jjfiv opened this issue Aug 16, 2019 · 2 comments

Comments

@jjfiv
Copy link
Owner

jjfiv commented Aug 16, 2019

So that we have some sense it hasn't crashed without the gigantic table output...

@jjfiv
Copy link
Owner Author

jjfiv commented Mar 22, 2021

As noted in #36, we should maybe pass Python's filehandles in. Should be easy on *nix, but I wonder about windows.

Having some sort of asynchronous learner would help with that, too, allowing python to own the print statements.

@cmacdonald
Copy link

I found https://github.com/minrk/wurlitzer:

from wurlitzer import sys_pipes
with sys_pipes():
    call_some_c_function()

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

2 participants