From 66d210bd5e04ae58f9e1495df77f1f975ee99c56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Mon, 1 Jul 2024 10:14:24 +0300 Subject: [PATCH] Update. --- quizz_machine.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quizz_machine.py b/quizz_machine.py index 0dfbfcc..eae256b 100755 --- a/quizz_machine.py +++ b/quizz_machine.py @@ -386,8 +386,10 @@ class QuizzMachine: ar_mask_solve = 1 - ar_mask_prompt seq_logproba = torch.empty(ar_mask_prompt.size(0), device=self.device) + warnings.warn("very high temperature with reversed cleanup", RuntimeWarning) + temperature = 10 + # warnings.warn("noise injection", RuntimeWarning) - temperature = 1 # noise_std = torch.rand(1).item() # self.logger(f"{noise_std=}") -- 2.20.1