lightning/pytorch_lightning/trainer
bkhakshoor 96eb6ebacd
fix shell injection vulnerability in subprocess call (#2786)
2020-08-01 23:25:57 -04:00
..
__init__.py Fix doc typo (#2773) 2020-07-31 07:42:47 -04:00
auto_mix_precision.py remove deprecated in v0.9 (#2760) 2020-07-30 23:19:28 +02:00
callback_config.py Fix weights_save_path when logger is used + simplify path handling + better docs (#2681) 2020-07-27 12:53:11 -04:00
callback_hook.py Structured results (train loop only. val loop separate PR) (PR 2/5) (#2615) 2020-07-20 19:00:20 -04:00
configuration_validator.py Enable val/test loop disabling + datamodule tests (#2692) 2020-07-25 12:57:40 -04:00
data_loading.py Fix shuffle for distributed sampler (#2789) 2020-08-01 23:22:57 -04:00
deprecated_api.py remove deprecated in v0.9 (#2760) 2020-07-30 23:19:28 +02:00
distrib_data_parallel.py fix selecting GPUs using CUDA_VISIBLE_DEVICES (#2739) 2020-08-01 23:21:15 -04:00
distrib_parts.py Call DataModule hooks implicitly in trainer (#2755) 2020-08-01 20:17:57 -04:00
evaluation_loop.py fixing TPU tests (#2632) 2020-07-27 19:07:09 -04:00
ignored_warnings.py Dim 0 warning (#256) 2019-09-26 13:20:54 -04:00
logging.py Structured results (train loop only. val loop separate PR) (PR 2/5) (#2615) 2020-07-20 19:00:20 -04:00
lr_finder.py remove deprecated in v0.9 (#2760) 2020-07-30 23:19:28 +02:00
model_hooks.py Datamodule (#2668) 2020-07-24 11:42:15 -04:00
optimizers.py refactor 1/n for v1.0.0 (#2704) 2020-07-25 14:38:51 -04:00
supporters.py Structured results (train loop only. val loop separate PR) (PR 2/5) (#2615) 2020-07-20 19:00:20 -04:00
trainer.py Call DataModule hooks implicitly in trainer (#2755) 2020-08-01 20:17:57 -04:00
training_io.py fix shell injection vulnerability in subprocess call (#2786) 2020-08-01 23:25:57 -04:00
training_loop.py fix https://github.com/PyTorchLightning/pytorch-lightning/issues/2635 (#2738) 2020-07-28 16:29:46 -04:00
training_tricks.py Speed up gradient clipping and allow parameters on multiple devices. (#2767) 2020-07-30 11:53:24 -04:00