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

Local Relational Networks for Image Recognition

A Pytorch implementation of the local relational layer from Local Relational Networks for Image Recogntion [paper]. The notebook is there so you can try it out on [Colab].

Local-Relational-Layer

Dependancies

pip install <pytorch-latest.whl url>

To use the layer:

from layer import LocalRelationalLayer

About

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


Languages

Language:Jupyter Notebook 98.1%Language:Python 1.9%