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/05 01:29:06 UTC

[GitHub] jiajiechen commented on a change in pull request #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge)

jiajiechen commented on a change in pull request #7337: MXNet -> Apple CoreML converter (Review-only. Don't merge)
URL: https://github.com/apache/incubator-mxnet/pull/7337#discussion_r131511318
 
 

 ##########
 File path: tools/core_ml/README.md
 ##########
 @@ -0,0 +1,70 @@
+# Convert MXNet models into Apple CoreML format.
+
+This tool helps convert MXNet models into [Apple CoreML](https://developer.apple.com/documentation/coreml) format which can then be run on Apple devices.
+
+## Installation
+In order to use this tool you need to have these installed:
+* mxnet 0.10.0. [Installation instructions](http://mxnet.io/get_started/install.html).
+* python 2.7
+* coremltools 0.4.0 (pip install coremltools)
+* yaml (pip install pyyaml)
+
+## How to use
+Let's say you want to use your MXNet model in an iPhone App. For the purpose of this example, let's say you want to use squeezenet-v1.1.
+
+1. Download the model into the directory where this converter resides. Squeezenet can be downloaded from [here](http://data.mxnet.io/models/imagenet/squeezenet/).
 
 Review comment:
   @madjam In order for MXNet to load the checkpoint it needs to be in the same directory. MXNet currently doesn't take input directory. So either we copy over file into our own directory and then load the checkpoint or just ask the user to use the current directory directly.
 
----------------------------------------------------------------
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