Results 6 comments of Logan O'Sullivan Bruns

@waiyc, approximately 100k iterations on ~15k training examples. Not as long as I'd have liked nor with as much data as I'd liked. I'm thinking of generating more data and...

@ogroth, thanks for the reference. I'll read it. I also created a separate issue to discuss perhaps merging some of the changes. Regarding CLEVR, since I had to modify the...

@phongnhhn92, here is the source: https://github.com/loganbruns/clevr-dataset-gen/blob/clevr_gqn/image_generation/convert_gqn.py Just let me know if you have any questions.

@ogroth , thanks. I'll take a look.

@waiyc , yes, 15k scenes each with N number of frames. I generated a file per train, val, and test. The train tfrecord file had 15k scenes. For the deepmind...

@ogroth, thanks. I created a pull request with just the self-attention encoder in this pull request: https://github.com/ogroth/tf-gqn/pull/30 I was wondering if you might be interested in a separate pull request...