lightning/pytorch_lightning/trainer
Jonas-Jaeger e02146943d
Removed redundant computations in clip_gradients that slowed down the gradient clipping. (#1523)
Fixes #1522
2020-04-18 23:07:15 -04:00
..
__init__.py Add ddp_cpu backend for testing ddp without GPUs (#1158) 2020-04-15 23:17:31 -04:00
auto_mix_precision.py
callback_config.py Fix weights path (#1445) 2020-04-10 12:02:59 -04:00
callback_hook.py
data_loading.py
deprecated_api.py fix deprecated default_save_path (#1449) 2020-04-10 14:32:56 -04:00
distrib_data_parallel.py Add ddp_cpu backend for testing ddp without GPUs (#1158) 2020-04-15 23:17:31 -04:00
distrib_parts.py Allow Trainer's `gpus` arg type to be subclass of currently accepted types (#1423) 2020-04-17 18:18:29 -04:00
evaluation_loop.py Remove error when test dataloader used in test (#1495) 2020-04-15 22:16:40 -04:00
ignored_warnings.py
logging.py attempting to remove some speed issues (#1482) 2020-04-14 20:23:36 -04:00
lr_finder.py Learning Rate finder (#1347) 2020-04-10 14:34:23 -04:00
model_hooks.py Remove error when test dataloader used in test (#1495) 2020-04-15 22:16:40 -04:00
optimizers.py Fixed configure optimizer from dict without "scheduler" key (#1443) 2020-04-10 11:43:06 -04:00
supporters.py Fixed configure optimizer from dict without "scheduler" key (#1443) 2020-04-10 11:43:06 -04:00
trainer.py Add ddp_cpu backend for testing ddp without GPUs (#1158) 2020-04-15 23:17:31 -04:00
training_io.py Fix weights path (#1445) 2020-04-10 12:02:59 -04:00
training_loop.py Replace automatic nan check with optional flag (#1475) 2020-04-13 14:06:25 -04:00
training_tricks.py Removed redundant computations in clip_gradients that slowed down the gradient clipping. (#1523) 2020-04-18 23:07:15 -04:00