Skip to content

v2021.1.2

Choose a tag to compare

@jorshi jorshi released this 03 May 06:38
· 10 commits to main since this release
45e6084

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_dataloaders parameter removed from Trainer.test in PyTorch Lightnin. See Lightning-AI/pytorch-lightning#10325
  • Fix event prediction model epochs by @jorshi in #364 - fixes issue caused by the current_epoch now being updated after the training step during training in PyTorch Lightning. See Lightning-AI/pytorch-lightning#8578
  • pytorch-lightning>=1.6 is 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