Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#11 from stoneyang/master
Browse files Browse the repository at this point in the history
fixed issue when exporting python wrapper in image classification demo
  • Loading branch information
emailweixu authored Sep 2, 2016
2 parents ecdeaad + aa1ef13 commit 77c1f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/image_classification/preprocess.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 77c1f46

Please sign in to comment.