Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Sat, 1 Apr 2017 21:19:07 +0000 (23:19 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 1 Apr 2017 21:19:07 +0000 (23:19 +0200)
README.md
flatland-test.py

index 340eee4..47633c0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,5 +8,5 @@ the pytorch framework.
 ```
 make -j -k
 ./built.py
 ```
 make -j -k
 ./built.py
-./flatland-test.py --nb_sequences 5 --nb_shapes 6 --nb_images_per_sequence 20
+./flatland-test.py
 ```
 ```
index 5292845..8592a4d 100755 (executable)
@@ -51,7 +51,7 @@ parser.add_argument('--nb_shapes',
                     help = 'Image height')
 
 parser.add_argument('--nb_sequences',
                     help = 'Image height')
 
 parser.add_argument('--nb_sequences',
-                    type = int, default = 4,
+                    type = int, default = 8,
                     help = 'How many sequences to generate')
 
 parser.add_argument('--nb_images_per_sequences',
                     help = 'How many sequences to generate')
 
 parser.add_argument('--nb_images_per_sequences',