[BUGFIX] Set minimum required version of pytorch_lightning

The `check_on_train_epoch_end=True` argument to the EarlyStopping callback from
pytorch_lightning does not seem to be available in pl version 1.2.8.
This commit is contained in:
Jensun Ravichandran 2021-06-10 01:14:01 +02:00
parent 57f8bec270
commit 4ca846997a

View File

@ -21,7 +21,7 @@ with open("README.md", "r") as fh:
INSTALL_REQUIRES = [
"prototorch>=0.5.0",
"pytorch_lightning",
"pytorch_lightning>=1.3.5",
"torchmetrics",
]
CLI = [