SVHNClassifier-PyTorch icon indicating copy to clipboard operation
SVHNClassifier-PyTorch copied to clipboard

AssertionError: Torch not compiled with CUDA enabled

Open jimmie11 opened this issue 6 years ago • 0 comments

Thank you for your efforts in making this available.

On issuing: python train.py --data_dir ./data --logdir ./logs

I get the error:

                               AssertionError: Torch not compiled with CUDA enabled

I then installed using: conda install -c pytorch torchvision

Now I am getting the error:

         Found no NVIDIA driver on your system. Please check that you
         have an NVIDIA GPU and installed a driver from
         http://www.nvidia.com/Download/index.aspx

==========================================

How can I run without a GPU?

jimmie11 avatar Sep 09 '19 05:09 jimmie11