Skip to content

Examples using TensorFlow GNN with Open Graph Benchmark datasets.

License

Notifications You must be signed in to change notification settings

joshcarty/tfgnn-ogb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples using TensorFlow GNN with Open Graph Benchmark datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages