Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

corrected a spelling #14247

Merged
merged 1 commit into from
Mar 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/image-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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_image.html) shows
recognized object classes with corresponding probabilities using a pre-traind
recognized object classes with corresponding probabilities using a pre-trained
model.

<img src="https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/image/predict-dog.png" width="600"/>
Expand Down