lightning/tests/callbacks
chaton e425bf3ba9
[BugOnFeat] Resolve bug with Finetuning (#5744)
* resolve bug + add doc

* Update pytorch_lightning/callbacks/finetuning.py

* resolve bug

* start adding more test

* add more tests for finetuning callback functions

* rename to flatten_modules

* resolve doc

* Update pytorch_lightning/callbacks/finetuning.py

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>

* resolve comments

* remove update on BoringModel

* update on comments

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-02-04 18:36:54 +00:00
..
__init__.py
test_callback_hook_outputs.py Allow Callback instance as an argument of `callbacks` in `Trainer` (#5446) 2021-01-11 11:36:32 +00:00
test_callbacks.py Merge remote-tracking branch 'carmocca/sync-1.1.5' into release/1.2-dev 2021-02-04 09:42:59 -05:00
test_early_stopping.py Throw MisconfigurationError on unknown mode (#5255) 2021-01-12 02:31:26 -05:00
test_finetuning_callback.py [BugOnFeat] Resolve bug with Finetuning (#5744) 2021-02-04 18:36:54 +00:00
test_gpu_stats_monitor.py Fix pre-commit isort failure on tests/callbacks/*.py (#5428) 2021-01-14 13:15:34 -05:00
test_lambda_function.py Add LambdaCallback (#5347) 2021-01-13 04:42:49 -05:00
test_lr_monitor.py prune check on Trainer fit result (#5453) 2021-01-11 19:36:48 -05:00
test_progress_bar.py [feat] 1/2 Add trainer.predict (#5579) 2021-01-27 11:38:14 -05:00
test_pruning.py [Feat] Adding PruningCallback (#5618) 2021-01-27 01:00:42 -05:00