lightning/docs/source-pytorch/extensions
Rohit Gupta d1a3a3ebf5
Add BatchSizeFinder callback (#11089)
* add BatchSizeFinderCallback callback

* temp rm from init

* skip with lr_finder tests

* restore loops and intergrate early exit

* enable fast_dev_run test

* add docs and tests

* keep tune and remove early_exit

* add more tests

* patch lr finder

* disable skip

* force_save and fix test

* mypy and circular import fix

* fix mypy

* fix

* updates

* rebase

* address reviews

* add more exceptions for unsupported functionalities

* move exception to setup

* chlog

* unit test

* address reviews

* Apply suggestions from code review

* update

* update

* mypy

* fix

* use it as a util func

* license

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* mypy

* mypy

* review

* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix

* updates

* updates

* fix import

* Protect callback attrs

* don't reset val dataloader

* update test

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: otaj <6065855+otaj@users.noreply.github.com>
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2022-09-27 08:54:37 -04:00
..
accelerator.rst Rename GPUAccelerator to CUDAAccelerator 2022-07-19 13:06:30 -04:00
callbacks.rst Add BatchSizeFinder callback (#11089) 2022-09-27 08:54:37 -04:00
callbacks_state.rst Future 3/n: docs adjustment (#13299) 2022-06-15 10:54:53 -04:00
datamodules_state.rst Future 3/n: docs adjustment (#13299) 2022-06-15 10:54:53 -04:00
entry_points.rst Future 3/n: docs adjustment (#13299) 2022-06-15 10:54:53 -04:00
logging.rst Fix TQDMProgressBar usage in logging.rst (#14768) 2022-09-19 01:07:19 +02:00
loops.rst Remove the deprecated `trainer.call_hook` (#14869) 2022-09-26 15:56:44 +02:00
loops_advanced.rst Future 3/n: docs adjustment (#13299) 2022-06-15 10:54:53 -04:00
plugins.rst Integrate Lite Precision into PL (#14798) 2022-09-22 14:51:04 +00:00
strategy.rst Add auto wrapping support for `DDPFullyShardedStrategy` (#14383) 2022-09-05 19:07:26 +00:00