https://github.com/nixtla logo
f

Felipe Rincon

04/03/2023, 10:04 PM
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

fede (nixtla) (they/them)

04/03/2023, 10:16 PM
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
2 Views