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 issues even with only cpu #86

Open fede-bello opened 8 months ago

fede-bello commented 8 months ago

I was abled to run the install.sh without any problems. However, when I try to run 'bash run.sh cpu msl' I get the following error:

OSError: libcudart.so.10.2: cannot open shared object file: No such file or directory

Apparently, there seems to be some issue with the CUDA, which makes sense since I have AMD and cannot install CUDA. However, is there any work around to ignore the CUDA problem when running only with the cpu?

Thanks