lightning/pytorch_lightning/trainer
Espen Haugsdal b3ebfec863
Fix argparse default value bug (#2526)
* Add failing test for bug

* Fix bug
2020-07-09 07:10:30 -04:00
..
__init__.py docs: dont mock imports when running sphinx doctest (#2396) 2020-06-27 23:31:06 -04:00
auto_mix_precision.py native amp (#2373) 2020-06-26 21:45:13 -04:00
callback_config.py Continue Jeremy's early stopping PR #1504 (#2391) 2020-06-28 21:36:46 -04:00
callback_hook.py final cleanup for v0.8.0 (#2181) 2020-06-18 07:21:44 -04:00
data_loading.py Fix ddp tests + .test() (#2512) 2020-07-07 12:24:56 -04:00
deprecated_api.py deprecated Trainer proc_rank (#2269) 2020-06-19 15:46:27 -04:00
distrib_data_parallel.py Fix ddp tests + .test() (#2512) 2020-07-07 12:24:56 -04:00
distrib_parts.py Fix ddp tests + .test() (#2512) 2020-07-07 12:24:56 -04:00
evaluation_loop.py Fix ddp tests + .test() (#2512) 2020-07-07 12:24:56 -04:00
ignored_warnings.py
logging.py Finish Ananthsub patch 1 (enable prepare_data from correct processes). clarify local vs global rank (#2166) 2020-06-13 12:00:14 -04:00
lr_finder.py Checking ipywidgets is installed for ensure tqdm working (#2417) 2020-06-30 16:59:35 -04:00
model_hooks.py fix setup and on fit calls (#2252) 2020-06-18 21:45:09 -04:00
optimizers.py swaps lr sched order (#2356) 2020-06-25 09:21:41 -04:00
supporters.py Fix some pyright member access errors in training module (#2121) 2020-06-12 17:23:18 +02:00
trainer.py Fix argparse default value bug (#2526) 2020-07-09 07:10:30 -04:00
training_io.py Continue Jeremy's early stopping PR #1504 (#2391) 2020-06-28 21:36:46 -04:00
training_loop.py Fix ddp tests + .test() (#2512) 2020-07-07 12:24:56 -04:00
training_tricks.py Continue Jeremy's early stopping PR #1504 (#2391) 2020-06-28 21:36:46 -04:00