leeandy0822 / NonLocal-GCN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NonLocal-GCN

In this work, we present non-local operator combination with the GCN network for mnist number classification. The mnist dataset will first turn into graph by the top-75 light pixels.We want to test the difference and the performance of different non-local operator comparing to the classifcal GCN network.

Presentation

LINK

Usage

  • install pytorch-geometric (You may need to use conda)

  • The training code is inside train.py , you can change the network architecture if you want

Citations:

About