Dear authors, thank you for your work and sharing!
When I run informer.ipynb and informer.py, I encounter a shape incompatibility error in the model's forward, and to solve it I locate at subseasonal_toolkit/models/informer/data/data_loader.py line 329:
After I change "us_" + self.target to the variable gt_id, it works. May I ask whether my modification is correct? Please feel free to point out any of my misunderstanding of the dataset or toolkit. Many thanks!
Dear authors, thank you for your work and sharing! When I run
informer.ipynb
andinformer.py
, I encounter a shape incompatibility error in the model's forward, and to solve it I locate atsubseasonal_toolkit/models/informer/data/data_loader.py
line 329:After I change
"us_" + self.target
to the variablegt_id
, it works. May I ask whether my modification is correct? Please feel free to point out any of my misunderstanding of the dataset or toolkit. Many thanks!