projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e40cc7
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 1 Jul 2024 07:14:24 +0000
(10:14 +0300)
committer
François Fleuret
<francois@fleuret.org>
Mon, 1 Jul 2024 07:14:24 +0000
(10:14 +0300)
quizz_machine.py
patch
|
blob
|
history
diff --git
a/quizz_machine.py
b/quizz_machine.py
index
0dfbfcc
..
eae256b
100755
(executable)
--- 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=}")