From: François Fleuret Date: Sun, 30 Jun 2024 10:11:52 +0000 (+0300) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=db8c21397d370ae16fd6078858c649e2ab14fe4e;p=culture.git Update. --- diff --git a/quizz_machine.py b/quizz_machine.py index 18d0e0b..6cad6a1 100755 --- a/quizz_machine.py +++ b/quizz_machine.py @@ -383,9 +383,9 @@ class QuizzMachine: ar_mask_solve = 1 - ar_mask_prompt seq_logproba = torch.empty(ar_mask_prompt.size(0), device=self.device) - # bracketing of the temperature to get the target logproba + # bracketing of the temperature to get the target logproba if + # min_ave_seq_logproba is not None - warnings.warn("high temperature!", RuntimeWarning) temperature = 2 d_temperature = 1 / 3