-
Notifications
You must be signed in to change notification settings - Fork 5
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
much slower s/it when run from CLI #6
Comments
Can you clarify what, exactly, is slower? The actual execution of the code? Or the rate of progress updates by tqdm? If it's possible to provide a minimal example to reproduce the issue and an example of the output, that would be helpful too. |
Hmm, good question. tqdm reports a value |
Got it! Did you also find that |
Ack, you're right. |
Thanks for creating and sharing this codebase. I noticed a big difference in how both data loading and fitting it/s or s/it when I call
load_data
orfit_model
from the command line as opposed to within a jupyter notebook. Could this be related totdqm
printing progress to stdout vs. in the notebook?(Also please let me know if there is a different forum to raise issues or discuss bug fixes) - SR
The text was updated successfully, but these errors were encountered: