当前位置:   article > 正文

onnx 使用初体验_没有名称为 'onnx' 的模块

没有名称为 'onnx' 的模块

需要使用 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
  • 1
  • 2
  • 3

clang error 可以添加
故选择使用 anaconda2, 依次安装依赖。

需要注意的是,由于已经有 anaconda3 的环境,在虚拟环境中使用 conda 命令的时候使用的依然是

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号