Skip to content

Commit

Permalink
Some minor documentation issues rectified (dmlc#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
PariksheetPinjari909 authored and tqchen committed Apr 25, 2018
1 parent 49b6f9c commit 4655c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/from_coreml.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
```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
Expand All @@ -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)
Expand Down

0 comments on commit 4655c4e

Please sign in to comment.