aboutsummaryrefslogtreecommitdiff
path: root/test-random.sh
diff options
context:
space:
mode:
authorVasil Zlatanov <vasko@e4-pattern-vm.europe-west4-a.c.electric-orbit-223819.internal>2018-12-05 16:36:15 +0000
committerVasil Zlatanov <vasko@e4-pattern-vm.europe-west4-a.c.electric-orbit-223819.internal>2018-12-05 16:36:15 +0000
commite42170b70bb9710d73ff22fcd06ae8724a78cbd1 (patch)
tree3edc5777e62537b1c79140d89b648b3829564b68 /test-random.sh
parentbcd380b631184e9d4e58c0aa80afb17727581066 (diff)
downloadvz215_np1915-e42170b70bb9710d73ff22fcd06ae8724a78cbd1.tar.gz
vz215_np1915-e42170b70bb9710d73ff22fcd06ae8724a78cbd1.tar.bz2
vz215_np1915-e42170b70bb9710d73ff22fcd06ae8724a78cbd1.zip
Move part1 parts to seperate folder
Diffstat (limited to 'test-random.sh')
-rwxr-xr-xtest-random.sh6
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