distillpub / post--gnn-intro

Apache License 2.0
93 stars 28 forks source link

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