Files
pytorch-lightning/pytorch_lightning/trainer
Mike Clark deffbaba7f for #330, use tqdm.auto in trainer (#752)
* 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.

* use `from tqdm.auto` in eval loop

* indents
2020-01-26 10:19:09 -05:00
..
2020-01-21 15:18:32 -05:00
2020-01-17 06:03:31 -05:00
2019-09-26 13:20:54 -04:00
2020-01-26 09:42:57 -05:00
2020-01-21 15:18:32 -05:00