projects
/
picoclvr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910434d
)
Update.
author
François Fleuret
<francois@fleuret.org>
Fri, 14 Jul 2023 16:08:55 +0000
(18:08 +0200)
committer
François Fleuret
<francois@fleuret.org>
Fri, 14 Jul 2023 16:08:55 +0000
(18:08 +0200)
world.py
patch
|
blob
|
history
diff --git
a/world.py
b/world.py
index
61a07e9
..
c33a584
100755
(executable)
--- a/
world.py
+++ b/
world.py
@@
-388,9
+388,7
@@
def create_data_and_processors(nb_train_samples, nb_test_samples, nb_epochs=10):
if __name__ == "__main__":
train_input, test_input, frame2seq, seq2frame = create_data_and_processors(
# 10000, 1000,
- 100,
- 100,
- nb_epochs=2,
+ 100, 100, nb_epochs=2,
)
input = test_input[:64]