Open WeiyiLi opened 5 years ago
i faced an similar problem when i convert the pytorch to onnx model, the error is describted as follow: "onnx eport failed on max_pool2d_with_indices because dilation not supported ". i also try every version of onnx(from1.4.1 to 1.6.0); but it doesn't work. Thanks.
dilation attribute was added for MaxPool from opset version 10. Are you sure you tried converting to onnx opset 10 or above? FYI @spandantiwari
Hi,
I followed the tutorial in https://github.com/onnx/tutorials/blob/master/tutorials/Caffe2OnnxExport.ipynb to convert the caffe2 model to onnx. However, the conversion didn't succeed to report error
The version of onnx I am using is the latest version from the github. How can I solve this problem? Thank you!