This commit is contained in:
Kenneth Tran 2016-07-14 15:54:08 -07:00
Родитель 8b5ba8c165
Коммит 9663905ee5
2 изменённых файлов: 3 добавлений и 2 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -70,6 +70,7 @@ models/*
# build, distribute, and bins (+ python proto bindings) # build, distribute, and bins (+ python proto bindings)
build build
windows/packages
.build_debug/* .build_debug/*
.build_release/* .build_release/*
distribute/* distribute/*
@ -100,4 +101,4 @@ MANIFEST-*
*.sdf *.sdf
*.opensdf *.opensdf
*.pdb *.pdb
*.props *.props

Просмотреть файл

@ -35,7 +35,7 @@ If you don't have CUDA installed, you can experiment with CPU_ONLY build.
In `.\windows\CommonSettings.props` set `CpuOnlyBuild` to `true` and set `UseCuDNN` to `false`. In `.\windows\CommonSettings.props` set `CpuOnlyBuild` to `true` and set `UseCuDNN` to `false`.
### cuDNN ### cuDNN
Download `cuDNN v3` or `cuDNN v4` [from nVidia website](https://developer.nvidia.com/cudnn). Download `cuDNN v4` or `cuDNN v5` [from nVidia website](https://developer.nvidia.com/cudnn).
Unpack downloaded zip to %CUDA_PATH% (environment variable set by CUDA installer). Unpack downloaded zip to %CUDA_PATH% (environment variable set by CUDA installer).
Alternatively, you can unpack zip to any location and set `CuDnnPath` to point to this location in `.\windows\CommonSettings.props`. Alternatively, you can unpack zip to any location and set `CuDnnPath` to point to this location in `.\windows\CommonSettings.props`.
`CuDnnPath` defined in `.\windows\CommonSettings.props`. `CuDnnPath` defined in `.\windows\CommonSettings.props`.