lightning/tests/trainer
Roger Shieh c48fc6a2ce
[test] lr_find with bs_scale (#6422)
* init test: test_lr_find_with_bs_scale

* Update test_lr_finder.py

* remove gpu req

* try boring model

* custom boring model

* pep8

* fix typo

* Update test_lr_finder.py

* typo

* typo
2021-03-15 22:43:35 +05:30
..
connectors Add checkpoint parameter to on_save_checkpoint (#6072) 2021-02-25 21:18:19 +05:30
data_flow Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
dynamic_args More EpochResultStore refactors! 🎉 (#5522) 2021-02-11 14:32:45 +00:00
flags Improve DummyLogger (#6398) 2021-03-09 23:18:38 +00:00
legacy_deprecate_flow_log Refactor RunningStage usage in advance of implementing Trainer.validate() (#4945) 2021-03-06 12:40:19 +00:00
logging_ fix logger creating directory structure too early in DDP (#6380) 2021-03-09 09:49:59 +00:00
optimization deprecate metrics pkg (#6505) 2021-03-15 14:39:38 +00:00
properties Refactor: skipif for Windows 2/n (#6268) 2021-03-02 09:36:01 +00:00
__init__.py split trainer tests (#956) 2020-02-26 20:31:40 -05:00
test_config_validator.py Add Trainer.validate(…) method to run one validation epoch (#4948) 2021-03-11 03:46:37 +01:00
test_correct_freq_accumulation.py prune deprecated EvalResult (#5633) 2021-01-26 03:09:39 -05:00
test_data_loading.py Refactor: runif for spec 6/6 (#6307) 2021-03-02 18:57:13 +00:00
test_dataloaders.py deprecate metrics pkg (#6505) 2021-03-15 14:39:38 +00:00
test_lr_finder.py [test] lr_find with bs_scale (#6422) 2021-03-15 22:43:35 +05:30
test_states.py Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
test_supporters.py yapf tests trainer (#5844) 2021-02-06 10:06:17 -05:00
test_trainer.py deprecate metrics pkg (#6505) 2021-03-15 14:39:38 +00:00
test_trainer_cli.py argparse: Add use_argument_group=True (#6088) 2021-03-11 10:50:49 -05:00
test_trainer_tricks.py missing tests default_root_dir=tmpdir (#6314) 2021-03-04 19:23:12 +00:00