Tag: GeForce GTX
python – PyTorch working in Miniconda but “not compiled with CUDA enabled” in PyCharm
I have had quite the journey trying to get PyCharm to use my GPU (NVIDIA GeForce GTX 1080 ti) when running code from this github: github.com/gordicaleksa/pytorch-neural-style-transfer After a whole lot of back and forth setting up CUDA, cuDNN etc., I have finally got PyTorch working (pretty sure) in my Miniconda…