Sign in
apache
/
mxnet
/
refs/heads/v0.10.0-support
/
.
/
cpp-package
/
example
/
run_lenet_with_mxdataiter.sh
blob: fffc355865bc559e4bc221be9fc31395d3019f35 [
file
] [
log
] [
blame
]
if
[
!
-
f
"./mnist.zip"
];
then
wget http
://
webdocs
.
cs
.
ualberta
.
ca
/~
bx3
/
data
/
mnist
.
zip
unzip
-
u mnist
.
zip
fi
make lenet_with_mxdataiter
LD_LIBRARY_PATH
=../
lib
/
linux
./
lenet_with_mxdataiter