lightning/pytorch_lightning/trainer/connectors
chaton 96769a7184
quick fix (#4697)
2020-11-16 16:20:35 +00:00
..
logger_connector quick fix (#4697) 2020-11-16 16:20:35 +00:00
__init__.py
callback_connector.py update docs on checkpoint_callback Trainer argument (#4461) 2020-11-02 06:18:20 +01:00
checkpoint_connector.py Fix load disparity between normal and hpc (#4526) 2020-11-09 17:26:38 +00:00
data_connector.py Revert "Remove limitation of batch scaler (#4006)" (#4040) 2020-10-09 21:03:23 -04:00
debugging_connector.py removed deprecated trainer flags (#3969) 2020-10-07 23:46:21 -04:00
env_vars_connector.py add parsing OS env vars (#4022) 2020-10-09 19:34:09 -04:00
model_connector.py Makes automatic optimization a model attribute (#4602) 2020-11-14 11:13:42 +06:30
optimizer_connector.py Clean up optimizer code (#3587) 2020-10-21 21:12:48 +02:00
precision_connector.py Enable custom apex and amp plugins (#4355) 2020-10-25 17:11:07 -04:00
profiler_connector.py feature: Allow str arguments in Trainer.profiler (#3656) 2020-10-27 16:27:16 +05:30
slurm_connector.py Use checkpoint_connector.hpc_save in SLURM (#4217) 2020-10-18 10:13:56 -04:00
training_trick_connector.py