MTLab/onnx2caffe

TypeError: ONNX node of type Squeeze is not supported.

Opened this issue · 1 comments

Hi, when converting models from pytorch, is it possible to add a squeeze support? e.g. recast output = output.squeeze(2) to a Reshape layer?