Hello, maybe you know how to solve this error? Mis...
# neural-forecast
f
Hello, maybe you know how to solve this error? 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. Thanks
I make use of Google Colab
f
hey @Felipe Rincon! Thanks for using neuralforecast, the problem probably arises due to the newest release of torch (2.0.0), could you try installing “torch<2.0.0”? We are working on supporting the newest version