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