MTLab / onnx2caffe

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

TypeError: ONNX node of type PRelu is not supported #20

Open tanmengwen opened 5 years ago

tanmengwen commented 5 years ago

Hi, thank you very much for your jobs. May I ask how to add and implement PRelu operator ?

xiezheng-cs commented 5 years ago

Hi, thank you very much for your jobs. May I ask how to add and implement PRelu operator ?

+1

northeastsquare commented 4 years ago

https://github.com/UmboCV/onnx-caffe/pull/5/files

changgongcheng commented 3 years ago

+1,通过netron 查看onnx模型,没有发现使用prelu层,但是还是报错 TypeError: ONNX node of type PRelu is not supported