- 博客(4)
- 收藏
- 关注
原创 vs2015配置c++调用anaconda中的pytorch环境
添加pytorch所在python安装目录的include 文件夹目录到项目x属性->VC++目录的包含目录中 例如C:\ProgramData\Anaconda3\include 添加pytorch所在python安装目录的libs文件夹目录到项目x属性->VC++目录的库目录中 例如C:\ProgramData\Anaconda3\libs 添加pytorch所在python安装...
2018-11-09 11:16:25 2014
原创 detectron pytoch 安装坑合集
export CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" # [anaconda root directory] # Install basic dependencies conda install numpy pyyaml mkl mkl-include setuptools cmake cffi typing conda insta...
2018-10-29 17:23:18 345
原创 cudnn6安装命令
cd path/to/cuda sudo cp lib64/lib* /usr/local/cuda/lib64/ sudo cp include/cudnn.h /usr/local/cuda/include/ 更新软链接 cd /usr/local/cuda/lib64/ sudo rm -rf libcudnn.so libcudnn.so.6 sudo ln -s libcu...
2018-10-29 09:40:11 752
原创 windows pytorch caffe2 安装
下载 Visual Studio Community Edition 2017下载Python 2.7.14 (x86-64) 和 Microsoft Visual C++ Compiler for Python 2.7.把 C:\Python27 and C:\Python27\scripts 加入到windows Path变量中。下载下列依赖包1 2 3 4 5 pip install fut...
2018-07-16 14:21:46 1107 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人