lightning/pytorch_lightning/utilities
Kaushik B bf46730d92
Support TPU Pod Training (n/n) (#7296)
2021-05-17 11:33:44 +00:00
..
__init__.py Use `torch.nn.utils.clip_grad_norm_` and add `clip_grad_by_value` support for TPU (#7025) 2021-05-07 16:41:39 +00: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 Enable fsspec by default for cli config file (#7521) 2021-05-17 08:53:00 +01: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 Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00
device_dtype_mixin.py release 1.3.0 (#7404) 2021-05-06 15:05:35 -04: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 Add `Trainer(gradient_clip_algorithm='value'|'norm')` (#6123) 2021-04-06 08:27:37 -05: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 Use `torch.nn.utils.clip_grad_norm_` and add `clip_grad_by_value` support for TPU (#7025) 2021-05-07 16:41:39 +00: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 Fix yapf-isort conflict (#7500) 2021-05-12 15:44:57 +02: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 Support TPU Pod Training (n/n) (#7296) 2021-05-17 11:33:44 +00:00