Open qiuhaining opened 4 years ago
me too,and i get erro: if node.attrs["broadcast"] != 1 or node.attrs["transB"] != 1: KeyError: 'broadcast'
i tried to change "if node.attrs["broadcast"] != 1 or node.attrs["transB"] != 1:" to "if node.attrs["transB"] != 1:",It works and i get a caffe model. But when I run the caffe model,i get a new bug:"Exception: Input blob arguments do not match net inputs."
OK,I got it ! I repaired this bug !
OK,I got it ! I repaired this bug !
what did yo do...
OK,I got it ! I repaired this bug !
what did yo do...
Sorry, bro,I notice your email now, my method is what I said above.
from pytorch1.5 to onnx,then convert onnx to caffemodel with your code but the output of caffemodel is zero why?
onnx_pytorchv1.5.zip