• Stars
    star
    112
  • Rank 306,311 (Top 7 %)
  • Language
    Jupyter Notebook
  • Created about 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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