lightning_lite.utilities.exceptions.Misconfigurati...
# neural-forecast
m
lightning_lite.utilities.exceptions.MisconfigurationException: The provided lr scheduler
StepLR
doesn't follow PyTorch's LRScheduler API. You should override the
<http://LightningModule.lr|LightningModule.lr>_scheduler_step
hook with your own logic if you are using a custom LR scheduler. i got this error when trying to run automodel does any one have idea why this happend ?
c
Are you specifying
**TRAINER_CONF,
in your config as you showed in a previous thread? I suggest you to remove this line. We have fixed many issues with PyTorch Lightning's integration in the latest releases, can you check you are using the latest version?
m
Version: 1.5.0 i am using this