From d58764c786a0f6a8f5e026a00ae0217243ef23b2 Mon Sep 17 00:00:00 2001 From: lakshmana deepesh <13940336+pldeepesh@users.noreply.github.com> Date: Wed, 6 Mar 2019 13:57:23 +0530 Subject: [PATCH] corrected a spellign (#14247) --- example/image-classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/image-classification/README.md b/example/image-classification/README.md index d0ffa3f72a7d..c44ba23f4a64 100644 --- a/example/image-classification/README.md +++ b/example/image-classification/README.md @@ -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.