lightning/pytorch_lightning/utilities
Adrian Wälchli 48c22c8bad
update batch size in DataModule when auto scaling batch size (#3266)
* fix datamodule hasattr

* fix patch check

* fix setattr

* update docs

* revert patch fix

* changelog

* fix datamodule passed in as fit arg

* docs

* set datamodule batch size in lightning_setattr

* fix merge

* check with has_attr

* access datamodule via trainer

* pass fit args down to tuner

* docs

* fix typos in docs

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>

Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
2020-09-03 22:07:49 +02:00
..
__init__.py warn user when dropping unpicklable hparams (#2874) 2020-08-28 09:07:43 +02:00
apply_func.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
cloud_io.py use fsspec instead of gfile for all IO (#3320) 2020-09-03 14:19:20 +02:00
data.py Follow up of #2892 (#3202) 2020-08-27 15:28:29 -04:00
debugging.py tests to ensure correct dataloader calls (#3221) 2020-08-27 09:49:46 -04:00
device_dtype_mixin.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
distributed.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
exceptions.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
memory.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
model_utils.py ref: added data connector (#3285) 2020-08-31 11:08:22 -04:00
parsing.py update batch size in DataModule when auto scaling batch size (#3266) 2020-09-03 22:07:49 +02:00
seed.py ref: refactored gpu backend __step (#3120) 2020-08-24 09:22:05 -04:00
upgrade_checkpoint.py callback method for on_save_checkpoint (#2501) 2020-08-28 16:50:52 +02:00