lightning/pytorch_lightning
Adrian Wälchli ebd9fc9530
Fix for incorrect run on the validation set with overwritten validation_epoch_end and test_end (#1353)
* reorder if clauses

* fix wrong method overload in test

* fix formatting

* update change_log

* fix line too long
2020-04-03 09:25:32 -04:00
..
callbacks Checkpointing interval (#1272) 2020-03-30 18:37:02 -04:00
core Make training_epoch_end behave like validation_epoch_end (#1357) 2020-04-03 14:43:26 +02:00
loggers feat(wandb): save models on wandb (#1339) 2020-04-02 08:55:34 -04:00
logging update deprecation warning (#1258) 2020-03-27 08:40:47 -04:00
overrides Removes need to unsqueeze from dp (#1319) 2020-04-02 11:46:20 -04:00
profiler Profiler summary (#1259) 2020-03-31 08:57:48 -04:00
pt_overrides Test deprecated API for 0.8.0 and 0.9.0 (#1071) 2020-03-06 21:36:44 +01:00
root_module test deprecated - model (#1074) 2020-03-20 20:51:14 +01:00
trainer Fix for incorrect run on the validation set with overwritten validation_epoch_end and test_end (#1353) 2020-04-03 09:25:32 -04:00
utilities Profiler summary (#1259) 2020-03-31 08:57:48 -04:00
__init__.py fix logging config and add profiler test (#1267) 2020-03-29 14:56:36 -04:00