MTLab / onnx2caffe

pytorch to caffe by onnx
MIT License
370 stars 102 forks source link

TypeError: ONNX node of type Slice is not supported. #18

Closed look-recognize closed 5 years ago

look-recognize commented 5 years ago

Hi, the slice layer is not supported?

YukiNagato commented 5 years ago

Hi, i add slice support in branch "feat/slice" just now, could you try this branch and see if it work?

look-recognize commented 5 years ago

OK. Thanks

coolzhangfeng commented 4 years ago

Is this slice a split in onnx, see the code only supports two outputs?