From 440654efec7784239bdb56ea08fb315583418cea Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 31 Mar 2017 20:59:54 +0200 Subject: [PATCH] Initial commit. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3154c17 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Installation and test # + +``` +make -j -k +./built.py +./flatland-test.py --nb_sequences 5 --nb_shapes 6 --nb_images_per_sequence 20 +``` -- 2.20.1