Relation-Network-Tensorflow icon indicating copy to clipboard operation
Relation-Network-Tensorflow copied to clipboard

Tensorflow implementations of Relational Networks and a VQA dataset named Sort-of-CLEVR proposed by DeepMind.

Results 2 Relation-Network-Tensorflow issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to find a source for the Sort-of-CLEVR Dataset. The provided code in this repository seems to be what I'm looking for, but I need help understanding how...

In the file `model_rn.py`, can we have a better way to implement this double for loop? to speedup graph generation. ``` for i in range(d*d): o_i = conv_4[:, int(i /...