gan3sh500 / local-relational-nets

A Pytorch implementation for the paper Local Relational Networks for Image Recognition (https://arxiv.org/pdf/1904.11491.pdf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use LocalRelationalLayer?

Hung-Hsiang-617 opened this issue · comments

I use self.local_1=LocalRelationalLayer(64,8,1,8) but have error.
Can you give me example how to use LocalRelationalLayer?

You can refer to this example: #7 (comment)