赞
踩
需要使用 pytorch, caffe2, coreml, onnx.
由于 caffe2 只支持 python2, 使用 python2.7.14来作为虚拟环境来编译 pytorch的时候,报错:
clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)
clang: error: invalid deployment target for -stdlib=libc++ (requires OS X 10.7 or later)
error: command '/usr/bin/clang' failed with exit status 1
clang error 可以添加
故选择使用 anaconda2, 依次安装依赖。
需要注意的是,由于已经有 anaconda3 的环境,在虚拟环境中使用 conda 命令的时候使用的依然是
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。