for b in 1 2 3 5 10; do 
	for a in `ls -rS datasets/*`; do ./test_nn $b $a; done > batch_batch_k=$b
done
