lightning/pytorch_lightning/utilities
Carlos Mocholí 83283fdb20
Fix yapf-isort conflict (#7500)
2021-05-12 15:44:57 +02: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 Add _gpus_arg_default in argparse_utils for backward compatibility (#7402) 2021-05-06 13:35:12 +00:00
cli.py Example and documentation for LightningCLI linking model and data arguments (#7299) 2021-05-03 20:45:46 +00: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
model_utils.py Simplify deprecations (#6620) 2021-03-25 15:26:38 +01: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 outputs param for `on_val/test_epoch_end` hooks (#6120) 2021-03-16 12:15:16 -04:00
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
warning_utils.py Simplify deprecations (#6620) 2021-03-25 15:26:38 +01:00
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 Device updates for TPU Pod (#7243) 2021-04-30 23:14:06 +05:30
xla_device_utils.py Simplify deprecations (#6620) 2021-03-25 15:26:38 +01:00