diff options
Diffstat (limited to 'tests/main.sh')
-rw-r--r-- | tests/main.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/main.sh b/tests/main.sh index 7224f79..3cec06e 100644 --- a/tests/main.sh +++ b/tests/main.sh @@ -4,7 +4,7 @@ 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 '' +#echo 'Benchmark test' +#echo '-------------------' +#time ./ml train -c tests/architectures/big_nn.cfg data/gauss2d.json > /dev/null +#echo '' |