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
when training I meet the error: pytorch_lightning.utilities.exceptions.MisconfigurationException: The provided lr scheduler MultiStepLR 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.
Are there anyone who has met the problem too? How to solve it?
The text was updated successfully, but these errors were encountered:
when training I meet the error: pytorch_lightning.utilities.exceptions.MisconfigurationException: The provided lr scheduler
MultiStepLR
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.Are there anyone who has met the problem too? How to solve it?
The text was updated successfully, but these errors were encountered: