From aa1ef13717853f32203f84148d798a7129a444c8 Mon Sep 17 00:00:00 2001 From: Fan Yang Date: Fri, 2 Sep 2016 17:42:59 +0800 Subject: [PATCH] removed unnecessary lines on environment configuration in image classification demo --- demo/image_classification/preprocess.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo/image_classification/preprocess.sh b/demo/image_classification/preprocess.sh index fe89c8f4bb..dfe3eb95d1 100755 --- a/demo/image_classification/preprocess.sh +++ b/demo/image_classification/preprocess.sh @@ -14,8 +14,6 @@ # limitations under the License. set -e -export PYTHONPATH=$PYTHONPATH:../../ - data_dir=./data/cifar-out python preprocess.py -i $data_dir -s 32 -c 1 -- GitLab