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

Fix relation between sample in batch. #26

Open noirmist opened 4 years ago

noirmist commented 4 years ago

The relation of object should consider between set of objects, not over the sample in batch.