lightning/pytorch_lightning/utilities
Rohit Gupta d431ce14a1
Raise an error if batch_size cannot be inferred from current batch (#10541)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-11-22 16:55:19 +00:00
..
__init__.py Deprecate `DistributedType` in favor of `StrategyType` (#10505) 2021-11-15 17:10:08 +00:00
apply_func.py Fix support for dataclasses with ClassVar/InitVar in `apply_to_collection` (#9702) 2021-11-10 04:42:27 +00:00
argparse.py Moved `env_vars_connector._defaults_from_env_vars` to `utilities.argsparse._defaults_from_env_vars` (#10501) 2021-11-22 08:06:35 +00:00
auto_restart.py 1/n Add `FaultTolerantMode` (#10645) 2021-11-22 14:58:23 +00:00
cli.py LightningCLI changes for jsonargparse>=4.0.0 (#10426) 2021-11-19 17:03:14 +00:00
cloud_io.py Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
data.py Raise an error if batch_size cannot be inferred from current batch (#10541) 2021-11-22 16:55:19 +00:00
deepspeed.py CI: precommit - docformatter (#8584) 2021-09-06 12:49:09 +00:00
device_parser.py Introduce `ClusterEnvironment.detect()` (#10564) 2021-11-19 12:24:10 +00:00
distributed.py Remove deprecated `utilities.distributed.rank_zero_{warn,deprecation}` (#10451) 2021-11-10 07:35:48 -08:00
enums.py 1/n Add `FaultTolerantMode` (#10645) 2021-11-22 14:58:23 +00:00
exceptions.py [Feat] Add auto_restart for fault tolerant training (#9722) 2021-10-01 16:37:17 +00:00
fetching.py Resolve workers being forcelly deleted with `persistent_workers=True` (#10434) 2021-11-09 14:58:31 +00:00
finite_checks.py Fix logging of nan parameters (#9364) 2021-09-09 00:39:23 +00:00
grads.py Group all the logged gradients under the same sub-folder (#7756) 2021-10-20 15:48:36 +00:00
imports.py LightningCLI changes for jsonargparse>=4.0.0 (#10426) 2021-11-19 17:03:14 +00:00
memory.py protect ByteCounter (#10300) 2021-11-02 08:35:40 +00:00
meta.py Resolve instantiation problem with init_meta_context (#10493) 2021-11-15 19:13:01 +00: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 deprecated `is_overridden(model=...)` (#10507) 2021-11-15 12:56:30 +00:00
model_summary.py Remove deprecated `mode` argument from ModelSummary (#10449) 2021-11-12 19:32:43 +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 Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
signature_utils.py 3/n inter batch parallelism (#9052) 2021-08-24 18:45:54 +00:00
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