Update.
authorFrançois Fleuret <francois@fleuret.org>
Fri, 14 Jul 2023 16:08:55 +0000 (18:08 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Fri, 14 Jul 2023 16:08:55 +0000 (18:08 +0200)
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]