lightning/tests/callbacks
Kaushik B 42dc5d2af1
Fix: Repeated .fit() calls ignore max_steps iteration bound (#5936)
* fix repeated fit calls ignoring max_steps

* fix fast dev progress bar
2021-02-13 07:36:22 +00:00
..
__init__.py Progress bar callback (#1450) 2020-04-23 20:46:18 -04:00
test_callback_hook_outputs.py Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
test_callbacks.py new LightningModule hook "configure_callbacks" (#5621) 2021-02-12 19:27:44 -05:00
test_early_stopping.py fix miss-leading imports in tests (#5873) 2021-02-09 05:10:52 -05:00
test_finetuning_callback.py PoC: Accelerator refactor (#5743) 2021-02-12 15:48:56 -05:00
test_gpu_stats_monitor.py formatting tests: 5/5 (#5848) 2021-02-06 07:28:26 -05:00
test_lambda_function.py Refactor simplify tests (#5861) 2021-02-08 11:52:02 +01:00
test_lr_monitor.py fix miss-leading imports in tests (#5873) 2021-02-09 05:10:52 -05:00
test_progress_bar.py Fix: Repeated .fit() calls ignore max_steps iteration bound (#5936) 2021-02-13 07:36:22 +00:00
test_pruning.py Fix Pruning callback and add a few features (#5825) 2021-02-10 15:03:23 +00:00
test_quantization.py Quantisation (#5706) 2021-02-11 07:04:57 -05:00
test_swa.py Docs/fixes (#5914) 2021-02-11 10:22:07 +00:00