You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/01/11 05:09:53 UTC

[GitHub] [incubator-mxnet] litaotju commented on issue #17195: Unable to convert Insightface resnet 100 model to onnx

litaotju commented on issue #17195: Unable to convert Insightface resnet 100 model to onnx
URL: https://github.com/apache/incubator-mxnet/issues/17195#issuecomment-573282608
 
 
   Tried your scripts and cpp file. The cpp application can load the exported onnx without any error.
   
   I am using 
   - onnx: `pip3 install --user onnx==1.2.1`
   - onnxruntime: `wget https://github.com/microsoft/onnxruntime/releases/download/v1.1.0/onnxruntime-linux-x64-1.1.0.tgz`
   - mxnet: master branch, commit id: 6f95702613dd95aa4a1b467b938d79c4d13bee96
   - Docker container: built from `ci/docker/Dockerfile.build.ubuntu_gpu_tensorrt`.
   
   You only mentioned the `onnxruntime` version, but which version `mxnet` and `onnx` are you using? Maybe just upgrade to latest  mxnet and try again?
   
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services