Last active
May 11, 2016 09:41
-
-
Save lltcggie/6af687bca94aba8c78b4 to your computer and use it in GitHub Desktop.
caffe-builder waifu2x-caffe用コンパイルコマンド
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ビルドは複数回やらないとエラーで途中で止まるので注意 | |
cmake -G "Visual Studio 12 2013 Win64" -DUSE_CUDNN=ON -DBUILD_python=OFF -DUSE_OPENCV=OFF -DUSE_LEVELDB=OFF -DUSE_LMDB=OFF -DUSE_STATIC_RUNTIME_LINK=OFF -DBLAS=Open -DOPENBLAS_NUM_THREADS=64 ..\caffe-builder | |
cmake --build . | |
cmake --build . | |
cmake --build . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment