/post--gnn-intro

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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