[BUG] DeepARModel
and TFTModel
don't work on pytorch_lightning>=1.9.1
#1130
Labels
DeepARModel
and TFTModel
don't work on pytorch_lightning>=1.9.1
#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: