Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Dwojak <t.dwojak@amu.edu.pl>2017-11-13 14:20:37 +0300
committerTomasz Dwojak <t.dwojak@amu.edu.pl>2017-11-13 14:20:37 +0300
commitc3c3e46e7a5209215aa6bfe03e35022fe8211547 (patch)
treeef11982b3d19569c1886cd6c68adc07bbead2747
parent6db2d40d5bf106d256748141b71eb6f94a154e0f (diff)
Rename mnist lenet net and enable it
-rw-r--r--tests/examples/mnist/test_mnist_lenet.sh (renamed from tests/examples/mnist/_test_mnist_lenet.sh)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/mnist/_test_mnist_lenet.sh b/tests/examples/mnist/test_mnist_lenet.sh
index 5f045d9..1c99e25 100644
--- a/tests/examples/mnist/_test_mnist_lenet.sh
+++ b/tests/examples/mnist/test_mnist_lenet.sh
@@ -15,7 +15,7 @@ if [ ! $MRT_MARIAN_USE_CUDNN ]; then
fi
# Test code goes here
-$MRT_MARIAN/build/mnist_lenet \
+$MRT_MARIAN/build/mnist_example --type mnist-lenet\
--after-epochs 10 --mini-batch 200 --valid-freq 600 \
--train-sets train-images-idx3-ubyte train-labels-idx1-ubyte \
--valid-sets t10k-images-idx3-ubyte t10k-labels-idx1-ubyte \