lightning/pytorch_lightning/utilities
Mauricio Villegas b0a9b5ab2d Remove use of jsonargparse internals (#12918) 2022-05-03 14:54:54 -04:00
..
__init__.py Drop PyTorch 1.7 support (#12432) 2022-03-27 21:31:20 +00:00
apply_func.py update apply_to_collections to support dataclass inputs (#11889) 2022-03-28 18:44:13 +02:00
argparse.py Replace `eval()` with `ast.literal_eval()` for security (#12212) 2022-03-05 18:38:16 +00:00
auto_restart.py Improve mechanism to reset the seed after sanity check (#11870) 2022-03-01 23:27:30 +00:00
cli.py Remove use of jsonargparse internals (#12918) 2022-05-03 14:54:54 -04:00
cloud_io.py fix typos (#11937) 2022-02-16 17:27:51 -08:00
data.py Inspect correct function in wrap_init (#12716) 2022-04-27 12:02:16 -04:00
deepspeed.py Update utilities API references (#11450) 2022-01-13 13:22:58 +00:00
device_parser.py Remove TPU Availability check from parse devices (#12326) 2022-03-29 15:57:43 +02:00
distributed.py Fix false positive deprecation warning from `register_ddp_comm_hook` (#12846) 2022-04-27 12:02:16 -04:00
enums.py Improve LigtningEnum, etc. (#12750) 2022-04-27 12:02:16 -04:00
exceptions.py fix typos (#11937) 2022-02-16 17:27:51 -08:00
fetching.py Do not prefetch when possible (#12101) 2022-02-28 18:31:18 +00:00
finite_checks.py
grads.py Group all the logged gradients under the same sub-folder (#7756) 2021-10-20 15:48:36 +00:00
imports.py Remove use of jsonargparse internals (#12918) 2022-05-03 14:54:54 -04:00
logger.py Refactor codebase to use `trainer.loggers` over `trainer.logger` when needed (#11920) 2022-02-25 16:01:04 -08:00
memory.py Add typing for utilities/memory.py (#11545) 2022-02-03 02:34:05 +00:00
meta.py Add `LightningCLI(auto_registry)` (#12108) 2022-03-08 12:26:10 -05:00
metrics.py Add typing to some utility files (#11316) 2022-01-05 17:14:22 +00:00
migration.py Threading support for legacy loading of checkpoints (#12814) 2022-05-03 14:54:54 -04:00
model_helpers.py Update mypy (#11096) 2021-12-16 17:53:12 +01:00
model_summary.py Bump version of black to 22.3.0 (#12542) 2022-04-13 14:14:29 -04:00
optimizer.py Refactor `Strategy._move_optimizer_states` as utility functions (#11758) 2022-02-18 08:36:07 +00:00
parameter_tying.py Configure mypy to install dependencies in CI and update pyproject.toml (#10682) 2021-11-25 00:19:30 +00:00
parsing.py Don't raise a warning when `nn.Module`s are not saved under hparams (#12669) 2022-04-13 14:14:29 -04:00
rank_zero.py Update `rank_zero_only` decorator for LSF environments (#12587) 2022-04-13 14:14:29 -04:00
registry.py Add `AcceleratorRegistry` (#12180) 2022-03-24 18:29:32 +00:00
seed.py Improve mechanism to reset the seed after sanity check (#11870) 2022-03-01 23:27:30 +00:00
signature_utils.py
types.py Rename `_SupportsStateDict` --> `_Stateful` Protocol (#11469) 2022-02-02 23:45:59 +01:00
upgrade_checkpoint.py Add typing to some utility files (#11316) 2022-01-05 17:14:22 +00:00
warnings.py Centralize rank_zero_only utilities into their own module (#11747) 2022-02-07 08:09:55 +00:00
xla_device.py