jcjohnson / neural-style

Torch implementation of neural style algorithm
MIT License
18.31k stars 2.7k forks source link

The version of CUDA toolkit is outdated in the commands for Ubuntu. #145

Open ghost opened 8 years ago

ghost commented 8 years ago

Please update it with wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda-repo-ubuntu1404-7-5-local_7.5-18_amd64.deb

it currently links to http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_installers/rpmdeb/cuda-repo-ubuntu1404-7-0-local_7.0-28_amd64.deb

I hope neural-style is not dependent on a particular version of CUDA.

ProGamerGov commented 8 years ago

Could this be related to the issues in https://github.com/jcjohnson/neural-style/issues/154?