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