projects
/
mygptrnn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b498eec
)
Update.
author
François Fleuret
<francois@fleuret.org>
Sun, 7 Jan 2024 10:56:42 +0000
(11:56 +0100)
committer
François Fleuret
<francois@fleuret.org>
Sun, 7 Jan 2024 10:56:42 +0000
(11:56 +0100)
mygpt.py
patch
|
blob
|
history
diff --git
a/mygpt.py
b/mygpt.py
index
e3ff21f
..
7f0fb9b
100755
(executable)
--- a/
mygpt.py
+++ b/
mygpt.py
@@
-457,7
+457,8
@@
def moving_window(x, dim, win_dim, win_size):
##############################
-# This is one order of magnitude more complicated than I expected
+# This is one order of magnitude more complicated than I expected, not
+# elegant, slow, hopefully not buggy
def flash_back_time_src(N, H, t0, t1, CL, CH, proba, device):