d-ailin / GDN

Implementation code for the paper "Graph Neural Network-Based Anomaly Detection in Multivariate Time Series" (AAAI 2021)
MIT License
481 stars 141 forks source link

CUDA version and Torch Version #98

Open LameloBally opened 5 months ago

LameloBally commented 5 months ago

CUDA and torch version used in this project looks outdated.

Can I use CUDA 12.1 instead or does this cause bug?

hepingf100 commented 1 month ago

Have you tested it on CUDA 12.1? Does it run?

Killian-cressant commented 1 month ago

I tried with CUDA 12.x. Nothing had work for me. There is suppose to exist a backward compatibility but...obviously it is not so simple. I finally succeed to compute on CPU instead. I don't know if it is possible to do that without updating a bit the code itself.