projects
/
mygptrnn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5ce93
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sun, 7 Jan 2024 15:23:49 +0000
(16:23 +0100)
committer
François Fleuret
<francois@fleuret.org>
Sun, 7 Jan 2024 15:23:49 +0000
(16:23 +0100)
mygpt.py
patch
|
blob
|
history
diff --git
a/mygpt.py
b/mygpt.py
index
5ea927e
..
b5ac916
100755
(executable)
--- a/
mygpt.py
+++ b/
mygpt.py
@@
-655,7
+655,7
@@
class Caterpillar(nn.Module):
self.rec_V[:, :, t0:t1] = next_V.flatten(2, 3)
self.rec_K[:, :, t0:t1] = next_K.flatten(2, 3)
- if self.training and self.proba_flashback:
+ if self.training and self.proba_flashback
> 0.0
:
# insert_flash_back(self.rec_V,V,self.rec_K,K,t0,t1,CL,proba=self.proba_flashback / CL,)
# This piece of code makes the assumption that there is