This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[BUG] DeepARModel
and TFTModel
don't work on pytorch_lightning>=1.9.1
#26
Labels
Issue by Mr-Geekman
Monday Feb 27, 2023 at 07:25 GMT
Originally opened as tinkoff-ai#1130
🐛 Bug Report
DeepARModel
andTFTModel
don't work onpytorch_lightning>=1.9.1
.Fitting fails with error:
As I understand, it is connected to the issue in
pytorch_forecasting
library: 'tuple' object has no attribute 'items' in models.Expected behavior
Everything works fine.
How To Reproduce
Script to check
TFTModel
(withDeepAR
error is the same).Script fails on
pipline_tft.fit(ts)
with error:Environment
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: