We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmake完后,执行make指令,出错,错误如下: [ 1%] Running C++ protocol buffer compiler on onnx.proto onnx.proto:383:5: Expected "required", "optional", or "repeated". onnx.proto:383:17: Missing field number. onnx.proto:402:3: Expected "required", "optional", or "repeated". onnx.proto:402:15: Missing field number. make[2]: *** [tools/onnx/onnx.pb.cc] Error 1 [ 2%] Running C++ protocol buffer compiler on caffe.proto make[1]: *** [tools/onnx/CMakeFiles/onnx2ncnn.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Scanning dependencies of target mxnet2ncnn
The text was updated successfully, but these errors were encountered:
#370 duplicated
Sorry, something went wrong.
@nihui 是这样的,感谢~~~~~~~~~~~~
No branches or pull requests
cmake完后,执行make指令,出错,错误如下:
[ 1%] Running C++ protocol buffer compiler on onnx.proto
onnx.proto:383:5: Expected "required", "optional", or "repeated".
onnx.proto:383:17: Missing field number.
onnx.proto:402:3: Expected "required", "optional", or "repeated".
onnx.proto:402:15: Missing field number.
make[2]: *** [tools/onnx/onnx.pb.cc] Error 1
[ 2%] Running C++ protocol buffer compiler on caffe.proto
make[1]: *** [tools/onnx/CMakeFiles/onnx2ncnn.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Scanning dependencies of target mxnet2ncnn
The text was updated successfully, but these errors were encountered: