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
We normally use multiple tqdm progress bars at different positions, which is not rendered correctly in Colab. We should replace these with sparse logging messages when running in a notebook. Does it also make sense to do this when running in a normal shell?
The text was updated successfully, but these errors were encountered:
andrewyates
changed the title
Remove progress bar when running in a notebook?
Remove progress bar when running in a notebook
Feb 5, 2020
This could be because we are importing the console version of tqdm. This might fix the issue by automatically importing the correct (consolve vs notebook) tqdm:
We normally use multiple tqdm progress bars at different positions, which is not rendered correctly in Colab. We should replace these with sparse logging messages when running in a notebook. Does it also make sense to do this when running in a normal shell?
The text was updated successfully, but these errors were encountered: