lightning/tests/trainer
Adrian Wälchli c73032e39d
Make ModelCheckpoint(save_top_k=-1) track the best models (#3735)
* fix topk=-1 tracking best

* update test

* clean up

* add changelog

* enable loading best topk in trainer.test()

* make trivial

* return right away

* make windows test path happy
2020-09-30 08:34:02 -04:00
..
__init__.py
test_config_validator.py clean tests imports (#2834) 2020-08-06 16:58:51 +02:00
test_correct_freq_accumulation.py Fix global step increment on training_epoch_end (#3673) 2020-09-27 20:19:51 -04:00
test_dataloaders.py cleaning up stale logger tests + flake8 (#3490) 2020-09-14 00:06:48 -04:00
test_eval_loop_dict_return.py enable None model checkpoint default (#3669) 2020-09-26 23:14:04 -04:00
test_eval_loop_flow_1_0.py ref: test val flow steps (#3723) 2020-09-29 11:42:38 -04:00
test_eval_loop_logging_1_0.py tests for val step flow and logging (#3731) 2020-09-29 22:12:56 -04:00
test_lr_finder.py Fix global step increment on training_epoch_end (#3673) 2020-09-27 20:19:51 -04:00
test_optimizers.py disable optimizers setup during testing (#3059) 2020-09-29 01:09:04 +02:00
test_states.py Make trainer.state a read-only property (#3109) 2020-08-24 16:49:33 +02:00
test_train_loop_flow_dict_1_0.py ref: separate flow vs log tests (#3704) 2020-09-28 12:01:52 -04:00
test_train_loop_flow_scalar_1_0.py ref: separate flow vs log tests (#3704) 2020-09-28 12:01:52 -04:00
test_train_loop_logging_1_0.py tests for val step flow and logging (#3731) 2020-09-29 22:12:56 -04:00
test_trainer.py Make ModelCheckpoint(save_top_k=-1) track the best models (#3735) 2020-09-30 08:34:02 -04:00
test_trainer_cli.py ref: trainer argparse 1/n (#3421) 2020-09-09 12:31:17 -04:00
test_trainer_steps_dict_return.py ref: remove inner train loop 1/n (#3397) 2020-09-08 12:05:00 -04:00
test_trainer_steps_result_return.py [WIP] ref: deprecated results obj, added support for simpler comms (1/n) (#3681) 2020-09-27 23:19:46 -04:00
test_trainer_steps_scalar_return.py [WIP] ref: deprecated results obj, added support for simpler comms (1/n) (#3681) 2020-09-27 23:19:46 -04:00
test_trainer_test_loop.py
test_trainer_tricks.py faster tests (#3604) 2020-09-22 07:37:34 -04:00
test_validation_steps_result_return.py [WIP] ref: deprecated results obj, added support for simpler comms (1/n) (#3681) 2020-09-27 23:19:46 -04:00