Skip to content

Commit 4494c93

Browse files
committed
2 parents b6b6235 + 2fff98b commit 4494c93

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ Optional dependencies:
6666
* CUDA 6.5+
6767
* [cudnn.torch](https://github.com/soumith/cudnn.torch)
6868

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+
```
6977
After installing dependencies, you'll need to run the following script to download the VGG model:
7078
```
7179
sh models/download_models.sh

0 commit comments

Comments
 (0)