From: Francois Fleuret Date: Fri, 31 Mar 2017 18:59:54 +0000 (+0200) Subject: Initial commit. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=commitdiff_plain;h=440654efec7784239bdb56ea08fb315583418cea Initial commit. --- 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 +```