We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6b6235 + 2fff98b commit 4494c93Copy full SHA for 4494c93
README.md
@@ -66,6 +66,14 @@ Optional dependencies:
66
* CUDA 6.5+
67
* [cudnn.torch](https://github.com/soumith/cudnn.torch)
68
69
+**NOTE**: If your machine does not have CUDA installed, then you may need to install loadcaffe manually
70
+like this:
71
+```
72
+git clone https://github.com/szagoruyko/loadcaffe.git
73
+# Edit the file loadcaffe/loadcaffe-1.0-0.rockspec
74
+# Delete lines 21 and 22 that mention cunn and inn
75
+luarocks install loadcaffe/loadcaffe-1.0-0.rockspec
76
77
After installing dependencies, you'll need to run the following script to download the VGG model:
78
```
79
sh models/download_models.sh
0 commit comments