projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dca75c
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sun, 30 Jun 2024 10:11:52 +0000
(13:11 +0300)
committer
François Fleuret
<francois@fleuret.org>
Sun, 30 Jun 2024 10:11:52 +0000
(13:11 +0300)
quizz_machine.py
patch
|
blob
|
history
diff --git
a/quizz_machine.py
b/quizz_machine.py
index
18d0e0b
..
6cad6a1
100755
(executable)
--- 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