diff options
Diffstat (limited to 'test-random.sh')
-rwxr-xr-x | test-random.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test-random.sh b/test-random.sh deleted file mode 100755 index b10c555..0000000 --- a/test-random.sh +++ /dev/null @@ -1,6 +0,0 @@ -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 -a test-random.txt - done -done |