mims-harvard / Raindrop

Graph Neural Networks for Irregular Time Series
MIT License
174 stars 37 forks source link

Raindrop_v2 model is undefined #3

Open Sidharth3301 opened 2 years ago

Sidharth3301 commented 2 years ago

In the file ranindrop.py, the Raindrop_v2 model has been used but the model has not been imported from anywhere in the repo. issue

Sidharth3301 commented 2 years ago

I think a single line should solve the issue. from models_rd import Raindrop_v2