You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/09/24 06:26:40 UTC

[GitHub] [incubator-mxnet] Joe2loft commented on issue #18923: mxnet fail to import onnx model

Joe2loft commented on issue #18923:
URL: https://github.com/apache/incubator-mxnet/issues/18923#issuecomment-926378872


   @photoszzt @Zha0q1   you can add args  keep_initializers_as_inputs=True  when you  run   torch.onnx.export  function.  
    but  after that,  i meet another problem -----  mxnet dont have resize op .
   i found it's because there's a  torch.nn.functional.interpolate  function in retinaface,  which will be transform to resize op   by onnx, but mxnet dont have resize op.
   i tried to add a  resize op , but i'm not familiar with  mxnet. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org