You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lightning_lite.utilities.exceptions.MisconfigurationException: The provided lr scheduler StepLR doesn't follow PyTorch's LRScheduler API. You should override the LightningModule.lr_scheduler_step hook with your own logic if you are using a custom LR scheduler.
How to solve?
The text was updated successfully, but these errors were encountered:
hi. lightning_lite.utilities.exceptions.MisconfigurationException:. The exception seems caused by "lightning_lite", which is different from "pytorch_lightning", Did you install the correct pytorch_lightning==1.8.0 module?
lightning_lite.utilities.exceptions.MisconfigurationException: The provided lr scheduler
StepLR
doesn't follow PyTorch's LRScheduler API. You should override theLightningModule.lr_scheduler_step
hook with your own logic if you are using a custom LR scheduler.How to solve?
The text was updated successfully, but these errors were encountered: