aboutsummaryrefslogtreecommitdiff
path: root/tests/main.sh
blob: 7224f79ceacad71a71aab9e8019f695700ce9666 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/bash
echo 'Network Accuraccy'
echo '-----------------'
gnuplot tests/plots.gpi
echo ''

echo 'Benchmark test'
echo '-------------------'
time ./ml train -c tests/architectures/big_nn.cfg data/gauss2d.json > /dev/null
echo ''
Feel free to download, copy and edit any repo