LewsTherin511 commented on issue #14875: URL: https://github.com/apache/incubator-mxnet/issues/14875#issuecomment-785219238
> Actually as @waytrue17 pointed out in https://discuss.mxnet.apache.org/t/exporting-model-to-onnx-or-alternative-way-to-run-on-android/6862 this might have already been fixed. Would you try #19876 to update to the latest onnx support? Hi, thank you very much for your answer! I'm currenlty using mxnet-mkl (1.6.0), gluoncv (0.8.0) and onnx (1.8.1). Actually, I also tried updating the installation, but I see that the only effect was to update to gluoncv (0.9.4.post1). Anyway, I asked on the forum already, but I have an incredibly lame question. I generally always installed mxnet/gluoncv with pip. In order to try your suggestion, I’m assuming I should follow the instructions for an installation from source and switch to the branch you indicated? So something like: * pip install --upgrade mxnet -f https://dist.mxnet.io/python/all * git clone https://github.com/dmlc/gluon-cv * git checkout v1.x * cd gluon-cv && python setup.py install --user or am I getting this completely wrong? Thanks! ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
