kimhc6028 / relational-networks

Pytorch implementation of "A simple neural network module for relational reasoning" (Relational Networks)
https://arxiv.org/pdf/1706.01427.pdf
BSD 3-Clause "New" or "Revised" License
811 stars 162 forks source link

bug in question generation #18

Open rosenfeldamir opened 6 years ago

rosenfeldamir commented 6 years ago

EDIT: Sorry - this is my mistake. I was confused because apparently in numpy.random.randint the "high" is exclusive, whereas the python random.randint isn't. You can delete this comment.