lightning/pytorch_lightning/trainer
William Falcon 21a1972921
fixed default sampler (#1425)
2020-04-09 08:52:15 -04:00
..
__init__.py Loader docs (#1416) 2020-04-08 11:38:12 -04:00
auto_mix_precision.py Set precision=16 when use_amp is passed as True (#1145) 2020-04-06 08:13:24 -04:00
callback_config.py proper checkpoint implementation (#1043) 2020-03-04 23:02:19 -05:00
callback_hook.py cleaning imports (#1032) 2020-03-12 12:41:37 -04:00
data_loading.py fixed default sampler (#1425) 2020-04-09 08:52:15 -04:00
deprecated_api.py Simplify progress bar args (#1108) 2020-04-03 00:53:00 +02:00
distrib_data_parallel.py load_spawn_weights only in proc rank 0 (#1385) 2020-04-06 10:17:16 -04:00
distrib_parts.py Set precision=16 when use_amp is passed as True (#1145) 2020-04-06 08:13:24 -04:00
evaluation_loop.py Print test results only if prog_bar_metrics is not empty (#1411) 2020-04-08 11:51:52 -04:00
ignored_warnings.py Dim 0 warning (#256) 2019-09-26 13:20:54 -04:00
logging.py Added accumulation of loggers' metrics for the same steps (#1278) 2020-04-08 08:35:47 -04:00
model_hooks.py quick patch __code__ (#1352) 2020-04-03 08:40:02 -04:00
optimizers.py Update optimizers.py (#1383) 2020-04-07 09:09:23 -04:00
supporters.py Added accumulation of loggers' metrics for the same steps (#1278) 2020-04-08 08:35:47 -04:00
trainer.py Added accumulation of loggers' metrics for the same steps (#1278) 2020-04-08 08:35:47 -04:00
training_io.py Checkpointing interval (#1272) 2020-03-30 18:37:02 -04:00
training_loop.py Added accumulation of loggers' metrics for the same steps (#1278) 2020-04-08 08:35:47 -04:00
training_tricks.py nan detection and intervention (#1097) 2020-03-19 09:24:45 -04:00