joshcarty / tfgnn-ogb

Examples using TensorFlow GNN with Open Graph Benchmark datasets.
MIT License
7 stars 0 forks source link

TensorFlow GNN Open Graph Benchmark Examples

Examples of using TensorFlow GNN with the Open Graph Benchmark classification tasks.

Installation

TensorFlow GNN requires Bazel and Python3.9 to install.

$ brew install bazel
$ brew install pyenv
$ pyenv install 3.9.7

$ python3.9 -m venv path/to/venv
$ . path/to/venv/bin/activate
(venv) $ pip install -r requirements.txt

Usage

python main.py