lightning/pytorch_lightning/utilities
Adrian Wälchli 2c16f1d6b9
remove dataloader patching on the LightningModule (#9764)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: rohitgr7 <rohitgr1998@gmail.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-10-20 15:23:20 +02:00
..
__init__.py Fix `_compare_version` and add `_TORCH_GREATER_EQUAL_DEV_1_10` (#9960) 2021-10-19 14:42:46 +00:00
apply_func.py Fix issue with no-init dataclass fields in move_to_device (#9963) 2021-10-17 07:10:47 +00:00
argparse.py add legacy load utility (#9166) 2021-09-23 09:52:48 +00:00
auto_restart.py [Feat] Add auto_restart for fault tolerant training (#9722) 2021-10-01 16:37:17 +00:00
cli.py [CLI] Shorthand notation to instantiate datamodules (#10011) 2021-10-20 00:49:48 +00:00
cloud_io.py
data.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
deepspeed.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
device_dtype_mixin.py
device_parser.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
distributed.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
enums.py Validate the precision input earlier (#9763) 2021-10-15 17:30:00 +00:00
exceptions.py [Feat] Add auto_restart for fault tolerant training (#9722) 2021-10-01 16:37:17 +00:00
fetching.py [bugfix] Prevent on_before_batch_transfer to be called twice (#9715) 2021-09-27 19:36:56 +00:00
finite_checks.py Fix logging of nan parameters (#9364) 2021-09-09 00:39:23 +00:00
grads.py Add unit tests for `pl.utilities.grads` (#9765) 2021-10-18 18:58:51 +05:30
imports.py Fix `_compare_version` and add `_TORCH_GREATER_EQUAL_DEV_1_10` (#9960) 2021-10-19 14:42:46 +00:00
memory.py Deprecate `log_gpu_memory`, `gpu_metrics`, and util funcs in favor of `DeviceStatsMonitor` callback (#9921) 2021-10-14 22:45:44 +02:00
metrics.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
migration.py add legacy load utility (#9166) 2021-09-23 09:52:48 +00:00
model_helpers.py remove dataloader patching on the LightningModule (#9764) 2021-10-20 15:23:20 +02:00
model_summary.py [2/n] Fix rich model summary for tuples (#9756) 2021-09-29 17:13:27 +00:00
parameter_tying.py Enable auto parameters tying for TPUs (#9525) 2021-10-06 10:16:44 +02:00
parsing.py Fix missing arguments when saving hyperparams from parent class only (#9800) 2021-10-06 08:32:29 +01:00
seed.py Disallow invalid seed string values (#8787) 2021-09-23 15:09:48 +00:00
signature_utils.py
types.py Type `trainer.connectors.checkpoint_connector` (#9419) 2021-09-15 03:02:19 +02:00
upgrade_checkpoint.py add legacy load utility (#9166) 2021-09-23 09:52:48 +00:00
warnings.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
xla_device.py guard against None in pytorch get_xla_supported_devices (#9572) 2021-10-12 12:01:32 +00:00