Automatic commit
[svrt.git] / doit.sh
diff --git a/doit.sh b/doit.sh
index 1315b59..a6bb4ae 100755 (executable)
--- a/doit.sh
+++ b/doit.sh
@@ -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