Merge pull request #11 from stoneyang/master

fixed issue when exporting python wrapper in image classification demo
avx_docs
emailweixu 9 years ago committed by GitHub
commit 77c1f46ed0

@ -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

Loading…
Cancel
Save