mims-harvard / Raindrop

Graph Neural Networks for Irregular Time Series
MIT License
161 stars 33 forks source link

Raindrop_v2 model is undefined #3

Open Sidharth3301 opened 1 year ago

Sidharth3301 commented 1 year 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 1 year ago

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