lightning/pytorch_lightning/tuner
Akihiro Nitta b45b57cc58
Use `Optional` for arguments set to `None` by default (#4164)
* Use `Optional` for variables set to `None` by default

* Use `Optional` instead of `Union[None, ...]` for consistency
2020-10-15 23:02:50 +02:00
..
__init__.py ref: device parser (#3400) 2020-09-08 18:46:42 -04:00
auto_gpu_select.py ref: device parser (#3400) 2020-09-08 18:46:42 -04:00
batch_size_scaling.py Use `Optional` for arguments set to `None` by default (#4164) 2020-10-15 23:02:50 +02:00
lr_finder.py Minor fix to example in docstring of lr_finder (#4104) 2020-10-12 17:58:16 -04:00
tuning.py Revert "Remove limitation of batch scaler (#4006)" (#4040) 2020-10-09 21:03:23 -04:00