v2021.1.2
Bugfix to support changes made in PyTorch Lightning 1.6
What's Changed
- Update task_predictions.py by @ltetrel in #363 - fixes issue caused by
test_dataloadersparameter removed fromTrainer.testin PyTorch Lightnin. See Lightning-AI/pytorch-lightning#10325 - Fix event prediction model epochs by @jorshi in #364 - fixes issue caused by the
current_epochnow being updated after the training step during training in PyTorch Lightning. See Lightning-AI/pytorch-lightning#8578 pytorch-lightning>=1.6is now required. Ran tests to confirm that evaluation results are not affected by this update.
New Contributors
Full Changelog: v2021.1.1...v2021.1.2