You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/25 23:21:28 UTC

[GitHub] pracheer opened a new pull request #7624: Pip installer for CoreML Converter: mxnet-to-coreml

pracheer opened a new pull request #7624: Pip installer for CoreML Converter: mxnet-to-coreml
URL: https://github.com/apache/incubator-mxnet/pull/7624
 
 
   The new way to install the converter:
   
   > pip install mxnet-to-coreml
   
   Current version is 0.1.0 and runs only on MacOS and python 2.7. 
   
   
   Once inside the directory pip_package, user needs to run:
    - python setup.py bdist_wheel
    - twine upload dist/*
   
   Once uploaded it'll look like this:
   https://testpypi.python.org/pypi/mxnet-to-coreml
   
   Also updated the README for converter to reflect this.
   Unit tests continue to pass. Also, converted the squeezenet model after installing from fresh using the pip install.
   
   @jiajiechen @madjam @domdivakaruni @srikris @mli @piiswrong 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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