blob: 3cec06e6bc5283a3f1e6526c6883e44cce5af248 (
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 ''
|