diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-07-18 21:42:38 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-07-18 21:42:38 -0500 |
commit | 4a5b6b12040a87dd8319a735cc48f31a2d140e3a (patch) | |
tree | d82e7f1610de7d68710cf8d015bf554624453bd8 /tests/main.sh | |
parent | d6db47f94e9b72c551000326172219f4fe7a23a4 (diff) |
add: linear activation added
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 '' |