Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 462 Bytes

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