Pytorch_Retinaface icon indicating copy to clipboard operation
Pytorch_Retinaface copied to clipboard

pytorch to onnx to mxnet

Open Joe2loft opened this issue 4 years ago • 0 comments

我在将retinaface 转onnx 转 mxnet 的过程中,发现 ONNX会将 F.interpolate (mode='nearest')转成 resize op,但是mxnet 又不支持resize op,不知道有没有同学遇到过这个问题?

Joe2loft avatar Sep 24 '21 06:09 Joe2loft