lightning/tests/trainer
Jirka Borovec a312219d42
Prune metric: helpers and inputs 3/n (#6547)
* _basic_input_validation

* _check_shape_and_type_consistency

* _check_num_classes_binary

* _check_num_classes_mc

* _check_num_classes_ml

* _check_top_k

* _check_classification_inputs

* _input_format_classification

* _reduce_stat_scores

* DataType

* rest

* flake8

* chlog
2021-03-16 13:54:06 +01:00
..
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
flags refactor reading env defaults (#6510) 2021-03-16 10:10:17 +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
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
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 Prune metric: helpers and inputs 3/n (#6547) 2021-03-16 13:54:06 +01:00
test_states.py Remove no return warning from val/test step (#6139) 2021-03-06 17:15:21 +00:00
test_supporters.py
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