From 7300f3b643a6b2fcc66d4f77c5097d263dabc554 Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 16 Jul 2024 07:11:51 -0500 Subject: add: tests scripts implemented --- tests/main.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/main.sh (limited to 'tests/main.sh') 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 '' -- cgit v1.2.3-70-g09d2