Closed ElizabethSotomayor closed 1 year ago
Hi @ElizabethSotomayor , it looks like the issue is on the pytorch installation and not directly our library. Could you please check how pytorch can be properly installed for your GPU? Your pytorch seems to be a CPU version. You'll need a Pytorch for CUDA.
@ElizabethSotomayor If you mean you want to use the library without any GPU, you may set --device cpu
to use CPU only.
While I am aware that AB Crown only works with Ubuntu, I am wondering if a NVIDIA GPU is a requirement. I believe this may be possible to enable while using a VM, although my attempts have not been successful. Any guidance on that would be wonderful, but in the meantime I am wondering if there is any way to utilize the tool without the CUDA?
Here is my output when running the command: python abcrown.py --config exp_configs/mnist_6_100.yaml
I receive the same output on my VM which runs Kubuntu 23.04, which I attempted to install CUDA on.