aboutsummaryrefslogtreecommitdiff
path: root/test-random.sh
diff options
context:
space:
mode:
authornunzip <np_scarh@e4-pattern-vm.europe-west4-a.c.electric-orbit-223819.internal>2018-12-05 19:12:56 +0000
committernunzip <np_scarh@e4-pattern-vm.europe-west4-a.c.electric-orbit-223819.internal>2018-12-05 19:12:56 +0000
commit54e0552d2f14e734809912ca0f4e7ffa1e8a682e (patch)
tree0c7a2a7b66cf6c0200ee070f1dff1656f2bdfbc5 /test-random.sh
parent60189ef2705ea441cadff4afd63fe396edb6550a (diff)
parent219432c1bf2d9edd9fe7d2d9108627646447a0ec (diff)
downloadvz215_np1915-54e0552d2f14e734809912ca0f4e7ffa1e8a682e.tar.gz
vz215_np1915-54e0552d2f14e734809912ca0f4e7ffa1e8a682e.tar.bz2
vz215_np1915-54e0552d2f14e734809912ca0f4e7ffa1e8a682e.zip
Resolve conflict lambda
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