Skip to content

distillpub/post--gnn-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

94c55ef · Sep 8, 2021

History

66 Commits
Aug 17, 2021
Aug 17, 2021
Aug 11, 2021
Sep 8, 2021
Jan 20, 2021
Jul 26, 2021
Aug 17, 2021
Jan 20, 2021
Jan 20, 2021
Aug 17, 2021
Sep 8, 2021
Jan 20, 2021
Jul 15, 2021
Aug 10, 2021
Jan 20, 2021
Jun 23, 2021
Jan 20, 2021
Jul 15, 2021

Repository files navigation

GNN-distill

This is the repo for a distill post on graph neural nets

To run the demo

  1. Install dependencies:
yarn
  1. Watch the demo for changes with a local server:
yarn start

The demo can then be accessed at http://localhost:1234/

To make updates

  • Make edits to index.html
  • Run yarn build
  • Push to origin/main