From: François Fleuret Date: Fri, 14 Jul 2023 16:08:55 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=21be996a2e3302c952fc75354f41e359266b2941;p=picoclvr.git Update. --- diff --git a/world.py b/world.py index 61a07e9..c33a584 100755 --- 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]