Skip to content

Instantly share code, notes, and snippets.

@lltcggie
Last active May 11, 2016 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lltcggie/6af687bca94aba8c78b4 to your computer and use it in GitHub Desktop.
Save lltcggie/6af687bca94aba8c78b4 to your computer and use it in GitHub Desktop.
caffe-builder waifu2x-caffe用コンパイルコマンド
ビルドは複数回やらないとエラーで途中で止まるので注意
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