onnx2caffe
onnx2caffe copied to clipboard
shufflenet v2 model onnx to caffe failed
Traceback (most recent call last):
File "convertCaffe.py", line 112, in
@MTlab I also met this problem, when convert pytorch yolov3 to onnx, then convert to caffe 我也遇到这个问题,在用yolov3转换到onnx, 再转换到caffe
@MTlab I also met this problem, when convert pytorch yolov3 to onnx, then convert to caffe 我也遇到这个问题,在用yolov3转换到onnx, 再转换到caffe
所以老哥问题解决了吗?我估计和你情况一样,pytorch->onnx->caffe。用opset9就报这个错,opset11在转upsample时报KeyError: 'height_scale'。
@MTlab I also met this problem, when convert pytorch yolov3 to onnx, then convert to caffe 我也遇到这个问题,在用yolov3转换到onnx, 再转换到caffe
所以老哥问题解决了吗?我估计和你情况一样,pytorch->onnx->caffe。用opset9就报这个错,opset11在转upsample时报KeyError: 'height_scale'。
请问有解决方法么,我pytorch1.5->onnx->caffe时也会报Reshape的错,在opset9时简化模型,会报Upsample的错