lightning/tests/callbacks
thomas chaton 80b9ca0e38
[bugfix] Add reloading support using BaseFinetuning (#7253)
* update

* wip

* udpate

* update

* update

* update

* resolve bug

* update on comments

* update on comments

* update

* update

* formatting

* add comments

* update on comments

* update

* Update pytorch_lightning/callbacks/base.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* update

* update

* Typing and minor changes

* Refactor

* Fix deprecated test

* Broken commit

* Fix broken commit

* flake8

* Update CHANGELOG

* update on comments

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Carlos Mocholi <carlossmocholi@gmail.com>
2021-04-30 11:14:43 -04:00
..
__init__.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00
test_callback_hook_outputs.py Remove `trainer.fit` return value [2/n] (#7237) 2021-04-28 19:11:32 +01:00
test_callbacks.py [Model Parallel] Add configure sharded model hook (#6679) 2021-03-29 14:50:51 -06:00
test_early_stopping.py [2/2] Remove training loop force calling early stopping callback (#7069) 2021-04-29 09:14:53 -07:00
test_finetuning_callback.py [bugfix] Add reloading support using BaseFinetuning (#7253) 2021-04-30 11:14:43 -04:00
test_gpu_stats_monitor.py Refactor: skipif for Windows 2/n (#6268) 2021-03-02 09:36:01 +00:00
test_lambda_function.py Add `on_predict_{batch,epoch}_{start,end}` and `Callback.on_predict_{start,end}` (#7141) 2021-04-22 10:05:28 -04:00
test_lr_monitor.py Typing for tests 1/n (#6313) 2021-03-09 11:27:15 +00:00
test_prediction_writer.py Remove `trainer.fit` return value [2/n] (#7237) 2021-04-28 19:11:32 +01:00
test_progress_bar.py Add Trainer.validate(…) method to run one validation epoch (#4948) 2021-03-11 03:46:37 +01:00
test_pruning.py Fixed `num_sanity_val_steps` affecting reproducibility of training data shuffling (#7014) 2021-04-27 09:51:39 +00:00
test_quantization.py Typing for tests 1/n (#6313) 2021-03-09 11:27:15 +00:00
test_stochastic_weight_avg.py Add SWA warning if not running every epoch (#6987) 2021-04-13 18:34:40 +02:00
test_timer.py Add Trainer max_time argument + Callback (#6823) 2021-04-16 13:38:57 +02:00