Graph-Machine-Learning-Group / grin

Official repository for the paper "Filling the G_ap_s: Multivariate Time Series Imputation by Graph Neural Networks" (ICLR 2022)
https://arxiv.org/abs/2108.00298
149 stars 30 forks source link

AttributeError: 'SpatioTemporalDataModule' object has no attribute 'has_setup_fit' #6

Closed x-phantaci closed 2 years ago

x-phantaci commented 2 years ago

Hello! This error occurred when I ran the program using the air-36 dataset. Is there anything wrong with my operation? Thanks for your help!

marshka commented 2 years ago

Hi,

what version of pytorch-lightning are you using? The correct one is 1.4.

Cheers