X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=tasks.py;h=cec670461cbccd25ab12c56bf6ceeadae63e6e6d;hb=e244104e7b697b79e8500b5d648ec161c4ed9a63;hp=463d94ca1ae4dc43a054c875eba2fe686f0686bd;hpb=233f57347c9560aec2f3cbaf001a8efa56a0243b;p=picoclvr.git diff --git a/tasks.py b/tasks.py index 463d94c..cec6704 100755 --- a/tasks.py +++ b/tasks.py @@ -911,7 +911,7 @@ class Expr(Task): test_nb_correct, test_nb_delta, test_nb_missed, - ) = compute_nb_correct(self.test_input[:1000]) + ) = compute_nb_correct(self.test_input[:10000]) logger( f"accuracy_test {n_epoch} nb_total {test_nb_total} nb_correct {test_nb_correct} accuracy {(100.0*test_nb_correct)/test_nb_total:.02f}%"