zhhlee / InterFusion

KDD 2021: Multivariate Time Series Anomaly Detection and Interpretation using Hierarchical Inter-Metric and Temporal Embedding
MIT License
195 stars 46 forks source link

Trying to run it on a cpu. #17

Closed Ashish-Tiger closed 1 year ago

Ashish-Tiger commented 1 year ago

Hello, Is it possible to run this on CPU? I tried to run it on Colab but seems like this code is dependent on CUDA 9 and Colab doesn't support it. Can you point me, how I can try this on a CPU or maybe Colab?

Ashish-Tiger commented 1 year ago

The issue was solved by skipping installation of GPU TensorFlow and then manually getting the wheel for the same version of CPU and installing the required library from the wheel file.