lightning/pytorch_lightning/utilities
Carlos Mocholí 1dd61e4e35
Extend support for logging a collection (#7771)
2021-06-01 12:51:50 +01:00
..
__init__.py FSDP with full state dict (#7487) 2021-05-24 08:11:45 +01:00
apply_func.py Bugfix/Multiple dataloaders (#7433) 2021-05-11 16:33:29 +02:00
argparse.py add forgotten test in #7240 (#7283) 2021-05-03 23:56:30 +00:00
argparse_utils.py Prune deprecated utils modules (#7503) 2021-05-13 07:24:42 +00:00
cli.py Added save_config_filename init argument to LightningCLI (#7741) 2021-05-28 09:30:16 +02:00
cloud_io.py Update fsspec dependency and remove un-needed code (#7210) 2021-04-28 09:10:46 +01:00
data.py Updated iterable dataset with len warning message (#6972) 2021-04-13 10:49:44 +02:00
debugging.py Remove metric tracking from dev debugger (#7759) 2021-05-30 12:03:42 +02:00
device_dtype_mixin.py Move parameter validation specific to TPU Training plugins (#7415) 2021-05-24 16:02:01 +00:00
device_parser.py make gpus=str in Trainer consistent with command line parsing of string (#6388) 2021-05-04 09:56:27 +00:00
distributed.py Fix sync_dist for tpus (#6950) 2021-04-13 14:17:15 +05:30
enums.py FSDP with full state dict (#7487) 2021-05-24 08:11:45 +01:00
exceptions.py formatting to PL utils (#5713) 2021-01-30 15:28:59 +01:00
finite_checks.py Move NaN/Inf detection to a separate utilities file (#6834) 2021-04-09 01:47:02 +02:00
grads.py Move grad_norm to a dedicated utilities file (#7292) 2021-04-30 09:19:22 -07:00
imports.py FSDP with full state dict (#7487) 2021-05-24 08:11:45 +01:00
memory.py Bugfix/cuda oom detection and handling (#6934) 2021-04-15 03:22:11 +02:00
metrics.py Move metrics_to_scalars to a dedicated utilities file (#7180) 2021-04-24 10:25:33 +01:00
model_helpers.py Fix isort failures in utilities (#5530) 2021-01-15 13:57:40 -05:00
parsing.py fix save_hyperparameters(container) if container is empty (#7268) 2021-04-30 13:38:42 +01:00
seed.py Fixed `num_sanity_val_steps` affecting reproducibility of training data shuffling (#7014) 2021-04-27 09:51:39 +00:00
signature_utils.py Add `dataloader_idx` to batch transfer hooks (#6241) 2021-05-13 23:03:55 +05:30
types.py Extend support for logging a collection (#7771) 2021-06-01 12:51:50 +01:00
upgrade_checkpoint.py fix duplicate console logging bug v2 (#6275) 2021-03-02 15:17:55 +05:30
warnings.py Add deprecation warning to ModelCheckpoint when logging val_loss with no monitor (#6012) 2021-02-17 10:46:58 +00:00
xla_device.py Increase TPU Check timeout (#7706) 2021-05-26 01:44:29 +00:00