3 This is the port of the Synthetic Visual Reasoning Test to the pytorch
9 torch.ByteTensor svrt.generate_vignettes(int problem_number, torch.LongTensor labels)
14 * `problem_number` indicates which of the 23 problem to use
15 * `labels` indicates the boolean labels of the vignettes to generate
17 The returned ByteTensor has three dimensions:
23 # Installation and test #
32 should generate an image example.png in the current directory.
34 Note that the image generation does not take advantage of GPUs or
35 multi-core, and can be as fast as 10,000 vignettes per second and as
36 slow as 40 on a 4GHz i7-6700K.