potterhsu / SVHNClassifier-PyTorch

A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks (http://arxiv.org/pdf/1312.6082.pdf)
MIT License
198 stars 45 forks source link

AssertionError: Torch not compiled with CUDA enabled #5

Open jimmie11 opened 4 years ago

jimmie11 commented 4 years ago

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?