mims-harvard / Raindrop

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

does this code support linux GPU training host? #8

Open qingyuan18 opened 11 months ago

qingyuan18 commented 11 months ago

The repo is using windows cuda dll lib , which can't run on linux gpu marchine

Is there any roadmap to support linux training hosts? otherwise we need to adapt the code ourselves

Thanks

delight16 commented 5 months ago

The repo is using windows cuda dll lib , which can't run on linux gpu marchine

Is there any roadmap to support linux training hosts? otherwise we need to adapt the code ourselves

Thanks

Currently, I have also encountered this problem. May I ask how you resolved it?