lightning/pytorch_lightning/utilities
Gregor 176735097a
[bugfix] Group defaults to WORLD if None (#5125)
* [bugfix] Group defaults to WORLD if None

* fix no_grad

* Update pytorch_lightning/utilities/distributed.py

* Update pytorch_lightning/utilities/distributed.py

Co-authored-by: Gregor Koporec <gregork@unicorn.gorenje.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Rohit Gupta <rohitgr1998@gmail.com>
Co-authored-by: Sean Naren <sean.narenthiran@gmail.com>
2020-12-23 13:16:45 -05:00
..
__init__.py Check if optimizer supports closure (#4981) 2020-12-11 14:51:45 +01:00
apply_func.py Fix torchtext data to gpu (#4785) 2020-11-24 00:27:14 -05:00
argparse_utils.py feature: Allow str arguments in Trainer.profiler (#3656) 2020-10-27 16:27:16 +05:30
cloud_io.py Update cloud_io.py (#4936) 2020-12-04 11:00:06 +01:00
data.py Revert "Remove limitation of batch scaler (#4006)" (#4040) 2020-10-09 21:03:23 -04:00
debugging.py refactor imports of optional dependencies (#4859) 2020-12-04 10:26:10 +01:00
device_dtype_mixin.py make device property always return a device with index (#4851) 2020-11-27 00:49:51 +05:30
device_parser.py Tpu save (#4309) 2020-12-02 13:05:11 +00:00
distributed.py [bugfix] Group defaults to WORLD if None (#5125) 2020-12-23 13:16:45 -05:00
exceptions.py added copyright notices (#3062) 2020-08-19 22:03:22 -04:00
memory.py [Fix] Move log value to cpu. (#4592) 2020-11-10 21:13:41 +00:00
model_utils.py add test for model hooks (#4010) 2020-10-20 13:33:46 +01:00
parsing.py allow decorate model init with saving hparams (#4662) 2020-11-16 11:02:26 +01:00
seed.py Do not set PYTHONHASHSEED #2156 (#3745) 2020-09-30 08:38:24 -04:00
upgrade_checkpoint.py notices (#4118) 2020-10-13 07:18:07 -04:00
warning_utils.py notices (#4118) 2020-10-13 07:18:07 -04:00
xla_device_utils.py Tpu save (#4309) 2020-12-02 13:05:11 +00:00