From 414f11a0d741242ac372f29b52474901d2c40fd2 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 19 Nov 2018 13:33:17 +0000 Subject: Add test-random script --- test-random.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 test-random.sh diff --git a/test-random.sh b/test-random.sh new file mode 100755 index 0000000..8ae4e27 --- /dev/null +++ b/test-random.sh @@ -0,0 +1,6 @@ +for i in $(seq 100 5 180);do + for j in $(seq 20 5 100);do + echo "Testing with M = $i + ${j}R" + python -W ignore train.py -i data.csv -ql -m $i -R $j -e 27 | tee test-random.txt + done +done -- cgit v1.2.3-54-g00ecf