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
```bash
pip install -U coremltools --user
```
or please refer to offical site
or please refer to official site
https://github.com/apple/coremltools
"""
import nnvm
......@@ -37,7 +37,7 @@ def download(url, path, overwrite=False):
# Load pretrained CoreML model
# ----------------------------
# 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_file = 'mobilenet.mlmodel'
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