..
connectors
Add checkpoint parameter to on_save_checkpoint ( #6072 )
2021-02-25 21:18:19 +05:30
data_flow
Remove evaluation loop legacy dict returns for `*_epoch_end` hooks ( #6973 )
2021-04-13 12:37:54 +01:00
dynamic_args
More EpochResultStore refactors! 🎉 ( #5522 )
2021-02-11 14:32:45 +00:00
flags
Fix validation progress counter with check_val_every_n_epoch > 1 ( #5952 )
2021-04-02 17:40:41 +09:00
logging_
Remove legacy support for the magic `log`/`progress_bar` keys in dict returns ( #6734 )
2021-03-31 00:28:04 +02:00
optimization
[RFC] Add `self.lr_schedulers()` to LightningModule for manual optimization ( #6567 )
2021-04-09 10:32:14 +01:00
properties
Refactor PyTorch profiler 4/5 ( #6349 )
2021-03-23 18:13:29 +01:00
__init__.py
split trainer tests ( #956 )
2020-02-26 20:31:40 -05:00
test_config_validator.py
Add trainer.predict config validation ( #6543 )
2021-03-21 21:07:54 +00:00
test_data_loading.py
Update `DataLoader.persistent_workers` warnings in ddp_spawn ( #6762 )
2021-04-09 11:38:13 +02:00
test_dataloaders.py
fix boolean check on iterable dataset when len not defined ( #6828 )
2021-04-05 17:47:21 +01:00
test_evaluation_loop.py
Fix inconsistent outputs in `on_*_end` and `*_end` ( #6969 )
2021-04-13 15:16:21 +01: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
yapf tests trainer ( #5844 )
2021-02-06 10:06:17 -05:00
test_trainer.py
Move NaN/Inf detection to a separate utilities file ( #6834 )
2021-04-09 01:47:02 +02:00
test_trainer_cli.py
fix gpus default for Trainer.add_argparse_args ( #6898 )
2021-04-09 11:20:43 +02:00
test_trainer_tricks.py
missing tests default_root_dir=tmpdir ( #6314 )
2021-03-04 19:23:12 +00:00
test_training_loop.py
Fix inconsistent outputs in `on_*_end` and `*_end` ( #6969 )
2021-04-13 15:16:21 +01:00