lightning/pytorch_lightning/trainer
Jirka Borovec 519b97effd
Clean save (#2933)
* thr
deterministic=True

* clean

* clean

* Apply suggestions from code review

Co-authored-by: Vadym Stupakov <vadim.stupakov@gmail.com>

* Apply suggestions from code review

Co-authored-by: Vadym Stupakov <vadim.stupakov@gmail.com>
2020-08-13 07:26:33 -04:00
..
__init__.py fix missing return statement. Do not normalize remote paths (#2894) 2020-08-09 22:38:43 +00:00
auto_mix_precision.py allow using apex with any PT version (#2865) 2020-08-08 11:07:32 +02:00
callback_config.py clean imports (#2867) 2020-08-08 00:33:51 +02:00
callback_hook.py updated hooks (#2850) 2020-08-07 09:29:57 -04:00
configuration_validator.py clean imports (#2867) 2020-08-08 00:33:51 +02:00
data_loading.py allow using apex with any PT version (#2865) 2020-08-08 11:07:32 +02:00
deprecated_api.py remove deprecated in v0.9 (#2760) 2020-07-30 23:19:28 +02:00
distrib_data_parallel.py Clean save (#2933) 2020-08-13 07:26:33 -04:00
distrib_parts.py document lightiningmodule better (#2920) 2020-08-11 19:39:43 -04:00
evaluation_loop.py add weighted average to results obj (#2930) 2020-08-12 08:02:00 -04:00
ignored_warnings.py Support returning python scalars in DP (#1935) 2020-08-07 09:18:29 +02:00
logging.py clean imports (#2867) 2020-08-08 00:33:51 +02:00
lr_finder.py clean imports (#2867) 2020-08-08 00:33:51 +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
states.py Add tracking of basic states in Trainer [wip - to-be-merged after v0.9] (#2541) 2020-08-09 06:24:09 -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 fix checkpointing to remote file paths (#2925) 2020-08-12 06:31:17 -04:00
training_io.py Clean save (#2933) 2020-08-13 07:26:33 -04:00
training_loop.py add weighted average to results obj (#2930) 2020-08-12 08:02:00 -04:00
training_tricks.py allow using apex with any PT version (#2865) 2020-08-08 11:07:32 +02:00