X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=svrt.git;a=blobdiff_plain;f=doit.sh;h=958cbe858be6ea310605cccd0d9ad1c01a40afda;hp=1315b596d401a97b11d41a135bcab07b19e04c7b;hb=c68b9ff4b03b7cb00f4c2e2e2381d3aeaf509647;hpb=194e1b60502426108c6f6c3cf2e08e95e7a2811d diff --git a/doit.sh b/doit.sh index 1315b59..958cbe8 100755 --- a/doit.sh +++ b/doit.sh @@ -26,7 +26,7 @@ nb_samples_for_training=1000 problem_list=$* -[[ ${problem_list} ]] || problem_list="1 2 3 5 6 8 11 12 13 17 18 20 21" +[[ ${problem_list} ]] || problem_list=$(echo {1..23}) set -e @@ -48,6 +48,7 @@ for problem_number in ${problem_list}; do --problem_number=${problem_number} \ --nb_train_samples=${nb_samples_for_training} \ --result_path=${result_dir} \ - randomize-train adaboost compute-train-error compute-test-error + --progress_bar=no \ + randomize-train adaboost compute-train-error compute-test-error | tee ${result_dir}/log done