openmv/ml/cmsisnn/models/smile/test.sh
iabdalkader 403911c598 Update NN models.
* Update cifar10_fast network (retrained for better accuracy).
* Fix and update smile network (use hdf5 for consistency with other models and update hyper-parameters).
2019-03-30 17:27:53 +02:00

9 lines
187 B
Bash
Executable File

#!/usr/bin/env sh
set -e
TOOLS=./caffe/build/tools
$TOOLS/caffe test \
--model=models/smile/smile_train_test.prototxt \
--weights=models/smile/smile_iter_60000.caffemodel.h5 $@