X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland.h;fp=flatland.h;h=e86533eae1cc2140369979645d43fb2d3240da68;hp=734add49c5de52618fc192d2b54e2adad3806f5f;hb=1f91ec6f67da83525115f49dcc7d535ff2e71ef0;hpb=e0f96aaef35ffaf34b912c7fa1473cb67b7a3dae diff --git a/flatland.h b/flatland.h index 734add4..e86533e 100644 --- a/flatland.h +++ b/flatland.h @@ -1,4 +1,5 @@ THByteTensor *generate_sequence(long nb_sequences, - long nb_images_per_sequence, - long image_width, long image_height); + long nb_images, + long image_height, long image_width, + int random_shape_size, int random_colors);