KDD-OpenSource / DeepADoTS

Repository of the paper "A Systematic Evaluation of Deep Anomaly Detection Methods for Time Series".
MIT License
569 stars 117 forks source link

Remove CUDA from Dockerfile #131

Closed WGierke closed 6 years ago

danthe96 commented 6 years ago

Why? Do we no longer have a GPU machine?

WGierke commented 6 years ago

We do have one but as we discovered it does not make sense to use GPUs since moving the model to the GPU, training it for a few epochs and moving it back to the CPU is way more expensive than just training it on the CPU (3x slower to be precise).

danthe96 commented 6 years ago

Ok, good to know.