Skip to content

Commit

Permalink
Update README.md (apache#7249)
Browse files Browse the repository at this point in the history
  • Loading branch information
kli-casia authored and piiswrong committed Jul 31, 2017
1 parent 37e40be commit dcceb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/image-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This fold contains examples for image classification. The goal of image
classifcation is to identify the objects contained in images. The following
[example](http://mxnet.io/tutorials/python/predict_imagenet.html) shows
[example](http://mxnet.io/tutorials/python/predict_image.html) shows
recognized object classes with corresponding probabilities using a pre-traind
model.

Expand Down Expand Up @@ -102,7 +102,7 @@ We provide multiple pre-trained models on various datasets. Use
[common/modelzone.py](https://github.com/dmlc/mxnet/blob/master/example/image-classification/common/modelzoo.py)
to download these models. These models can be used in any front-end language
MXNet supports. For example,
[the tutorial](http://mxnet.io/tutorials/python/predict_imagenet.html) shows how
[the tutorial](http://mxnet.io/tutorials/python/predict_image.html) shows how
to classify an image with jupyter notebook.

### ImageNet 1K
Expand Down

0 comments on commit dcceb2f

Please sign in to comment.