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

for #330, use tqdm.auto in trainer #752

Merged
merged 3 commits into from
Jan 26, 2020

Commits on Jan 26, 2020

  1. use tqdm.auto in trainer

    This will import the ipywidgets version of tqdm if available. This works nicely in notebooks by not filling up the log.
    
    In the terminal it will use the same old tqdm.
    
    We might also want to consider passing in the tqdm we want as an argument since there may be some edge cases where ipywidgets is available but the interface doesn't support it (e.g. vscode?) or isn't working. In which case people will get a warning message, but may want to configure it themselves.
    wassname committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    d52f9d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41f76c View commit details
    Browse the repository at this point in the history
  3. indents

    wassname committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    7ca9f11 View commit details
    Browse the repository at this point in the history