Update.
authorFrançois Fleuret <francois@fleuret.org>
Sun, 30 Jun 2024 10:11:52 +0000 (13:11 +0300)
committerFrançois Fleuret <francois@fleuret.org>
Sun, 30 Jun 2024 10:11:52 +0000 (13:11 +0300)
quizz_machine.py

index 18d0e0b..6cad6a1 100755 (executable)
@@ -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