Examples of using TensorFlow GNN with the Open Graph Benchmark classification tasks.
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
python main.py