Commit fc7e9cd2 by Pariksheet Pinjari Committed by Tianqi Chen

Some minor documentation issues rectified (#450)

parent 386fbb3f
...@@ -11,7 +11,7 @@ A quick solution is to install via pip ...@@ -11,7 +11,7 @@ A quick solution is to install via pip
```bash ```bash
pip install -U coremltools --user pip install -U coremltools --user
``` ```
or please refer to offical site or please refer to official site
https://github.com/apple/coremltools https://github.com/apple/coremltools
""" """
import nnvm import nnvm
...@@ -37,7 +37,7 @@ def download(url, path, overwrite=False): ...@@ -37,7 +37,7 @@ def download(url, path, overwrite=False):
# Load pretrained CoreML model # Load pretrained CoreML model
# ---------------------------- # ----------------------------
# We will download and load a pretrained mobilenet classification network # We will download and load a pretrained mobilenet classification network
# privided by apple in this example # provided by apple in this example
model_url = 'https://docs-assets.developer.apple.com/coreml/models/MobileNet.mlmodel' model_url = 'https://docs-assets.developer.apple.com/coreml/models/MobileNet.mlmodel'
model_file = 'mobilenet.mlmodel' model_file = 'mobilenet.mlmodel'
download(model_url, model_file) download(model_url, model_file)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment