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-unsubscr...@mxnet.apache.org

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



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

Reply via email to