From dbf36c20948958e7a1f4266c4d416ac82adee855 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Mon, 15 Jul 2024 17:57:30 +0200 Subject: [PATCH] Update. --- quiz_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz_machine.py b/quiz_machine.py index aedb72f..c2d1ec3 100755 --- a/quiz_machine.py +++ b/quiz_machine.py @@ -413,7 +413,7 @@ class QuizMachine: ) main_test_accuracy = test_correct.sum() / test_correct.size(0) - self.logger(f"main_test_accuracy {n_epoch} {main_test_accuracy}") + # self.logger(f"main_test_accuracy {n_epoch} model {model.id} {main_test_accuracy}") ############################## -- 2.20.1