/local-relational-nets

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

Primary LanguageJupyter Notebook

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