lightning/pytorch_lightning/utilities
thomas chaton 19136ac847
[Feat] 2/n Add Fault Tolerant Training to LightningFetcher (#8891)
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
2021-08-17 16:32:43 +00:00
..
__init__.py Prune deprecated metrics (#8586) 2021-07-28 16:57:31 +00:00
apply_func.py fix recursive call for `apply_to_collection(include_none=False)` (#8719) 2021-08-04 20:31:35 +02:00
argparse.py Fix mypy in utilities.argparse (#8124) 2021-07-30 16:36:55 +00:00
argparse_utils.py CI: yesqa (#8564) 2021-08-02 16:05:56 +00:00
auto_restart.py [Feat] 2/n Add Fault Tolerant Training to LightningFetcher (#8891) 2021-08-17 16:32:43 +00:00
cli.py Add `LightningCLI(run=False|True)` (#8751) 2021-08-10 15:01:36 +02:00
cloud_io.py Fix mypy typing for `utilities.cloud_io.py` (#8671) 2021-08-03 11:56:28 +02:00
data.py Add tests for functions in utilities/data.py (#8785) 2021-08-10 07:39:00 +01:00
debugging.py Fix mypy typing for `utilities.debugging` (#8672) 2021-08-05 13:47:58 +02:00
deepspeed.py Add functions to collate deepspeed zero 3 checkpoints (#8701) 2021-08-04 09:39:02 +00:00
device_dtype_mixin.py CI: yesqa (#8564) 2021-08-02 16:05:56 +00:00
device_parser.py remove deprecation of gpu string parsing behavior (#8770) 2021-08-06 15:41:03 +00:00
distributed.py Improve SWA docs (#8717) 2021-08-05 16:07:50 +00:00
enums.py [Feat] 2/n Add Fault Tolerant Training to LightningFetcher (#8891) 2021-08-17 16:32:43 +00:00
exceptions.py [bugfix] Add mechanism to prevent deadlock for DDP on Exception Trigger (#8167) 2021-06-28 19:26:03 +00:00
fetching.py [Feat] 2/n Add Fault Tolerant Training to LightningFetcher (#8891) 2021-08-17 16:32:43 +00:00
finite_checks.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
grads.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
imports.py Fix mypy for `utilities.xla_device` (#8755) 2021-08-06 17:01:21 +02:00
memory.py Fix mypy for `utilities.memory` (#8744) 2021-08-06 11:21:09 +02:00
metrics.py Fix comments for metrics_to_scalars (#8782) 2021-08-07 15:33:36 +05:30
model_helpers.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
model_summary.py Automatic string fixes (#8886) 2021-08-13 14:28:14 +00:00
parsing.py Docs improvements around hparams (#8577) 2021-07-30 11:06:03 +00:00
seed.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
signature_utils.py Add a flavor of training_step that takes dataloader_iter as an argument (#8807) 2021-08-16 19:01:09 +00:00
types.py Introduce CheckpointIO Plugin (#8743) 2021-08-13 17:35:31 +01:00
upgrade_checkpoint.py Automatic string fixes (#8886) 2021-08-13 14:28:14 +00:00
warnings.py Replace `yapf` with `black` (#7783) 2021-07-26 13:37:35 +02:00
xla_device.py Fix mypy for `utilities.xla_device` (#8755) 2021-08-06 17:01:21 +02:00