KeyError: u'broadcast' when convert onnx to caffe for resnet18
the resnet18 in onnx is converted from mxnet. I want to convert this r18 in onnx to caffe. the error is listed below. Anything I can do to remove this error?
Traceback (most recent call last):
File "convertCaffe.py", line 108, in
the same error!
the same error! I just remove that line, it works...
In reference to url: https://github.com/onnx/onnx-tensorrt/issues/24, broadcast checking for opset ver > 7 should be removed.
the same error! I just remove that line, it works...
And you get a correct caffe model ?
Hi,i meet the same error,how did you solve this ? @shopping-tang @Hansoluo This url means to modify th onnx source code? @crouchggj
Hi,i meet the same error,how did you solve this ? @shopping-tang @Hansoluo This url means to modify th onnx source code? @crouchggj
emmm, it's been a while, I've forgotten.Sorry..... https://github.com/MTlab/onnx2caffe/issues/34, maybe you can take a look at this link.Hope it works for you.
Hi,i meet the same error,how did you solve this ? @shopping-tang @Hansoluo This url means to modify th onnx source code? @crouchggj
emmm, it's been a while, I've forgotten.Sorry..... #34, maybe you can take a look at this link.Hope it works for you. Thank for your reply.