blob: 29d0a9df340ad3e42ac8b115b8ec4b1e5fe31129 [file] [log] [blame]
set -e # exit on the first error
cd $(dirname $(readlink -f $0))/../example
echo $PWD
export LD_LIBRARY_PATH=$(readlink -f ../../lib):$LD_LIBRARY_PATH
echo $LD_LIBRARY_PATH
ls -l ../../lib/
cp ../../build/cpp-package/example/test_score .
./get_mnist.sh
./test_score 0.93