aboutsummaryrefslogtreecommitdiff
path: root/tests/main.sh
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-07-16 07:11:51 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-07-16 07:11:51 -0500
commit7300f3b643a6b2fcc66d4f77c5097d263dabc554 (patch)
tree80c037fa928c33c351807faf5db9a3b1ab7e2b23 /tests/main.sh
parent0baa1c1beb9c52e4541c715e04ceb17402e05e19 (diff)
add: tests scripts implemented
Diffstat (limited to 'tests/main.sh')
-rw-r--r--tests/main.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/main.sh b/tests/main.sh
new file mode 100644
index 0000000..7224f79
--- /dev/null
+++ b/tests/main.sh
@@ -0,0 +1,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