Changes for 1.12 release
[platform/adaptation/npu/intel-libmvnc.git] / examples / caffe / AlexNet / Makefile
index f6b0c26..b738de5 100644 (file)
@@ -83,7 +83,7 @@ compile: prototxt caffemodel
 check: prototxt caffemodel
        @echo "\nmaking check"
 #-${NCCHECK} -w ${CAFFEMODEL_FILENAME} -i ../../data/images/cat.jpg -s 12 -id 281 ${PROTOTXT_FILENAME} -S 255 -M ../../data/ilsvrc12/ilsvrc_2012_mean.npy
-       -${NCCHECK} -w ${CAFFEMODEL_FILENAME} -i ../../data/images/cat.jpg -s 12 -id 281 ${PROTOTXT_FILENAME} -M 110 -S 255
+       -${NCCHECK} -w ${CAFFEMODEL_FILENAME} -i ../../data/images/cat.jpg -s 12 -id 281 ${PROTOTXT_FILENAME} -M 110 -S 255 -metric top1
 
 .PHONY: run
 run: compile