onnx2caffe
onnx2caffe copied to clipboard
ONNX node of type Transpose is not supported.
We are facing issues in converting model which has transpose convolution. Here are the details
Traceback (most recent call last): File "convertCaffe.py", line 108, in <module> convertToCaffe(graph, prototxt_path, caffemodel_path) File "convertCaffe.py", line 52, in convertToCaffe err.unsupported_op(node) File "/home/nithish/code_space/python/onnx2caffe/onnx2caffe/_error_utils.py", line 36, in unsupported_op "ONNX node of type {} is not supported.\n".format(node.op_type,) TypeError: ONNX node of type Transpose is not supported.
Transpose operation is not supported in the official caffe @bachelorsins. If you want transpose operation, you may have to add it by yourself both in caffe and in this tool.
HELLO Have u slove the problem?
Did you all trying convert modelo from keras to caffe?
Have you solved this problem now ?@bachelorsins
Did you all trying convert modelo from keras to caffe?
I'm converting the keras model. Have you tried it successfully?
I am facing the same problem, have you solved it ?
No I have not solved the issue!