From: François Fleuret Date: Mon, 1 Jul 2024 07:14:24 +0000 (+0300) Subject: Update. X-Git-Url: https://ant.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=66d210bd5e04ae58f9e1495df77f1f975ee99c56;p=culture.git Update. --- 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=}")