removed unnecessary lines on environment configuration in image classification demo

avx_docs
Fan Yang 9 years ago
parent 916f96f0a6
commit aa1ef13717

@ -14,8 +14,6 @@
# limitations under the License. # limitations under the License.
set -e set -e
export PYTHONPATH=$PYTHONPATH:../../
data_dir=./data/cifar-out data_dir=./data/cifar-out
python preprocess.py -i $data_dir -s 32 -c 1 python preprocess.py -i $data_dir -s 32 -c 1

Loading…
Cancel
Save