Skip to content

jackd/graph-tf

Repository files navigation

Code style: black

Tensorflow implementation of graph networks

Installation

git clone https://github.com/jackd/graph-tf.git
pip install -e graph-tf

Benchmarks require tfbm

git clone https://github.com/jackd/tfbm.git
pip install -e tfbm

Pre-commit

This package uses pre-commit to ensure commits meet minimum criteria. To Install, use

pip install pre-commit
pre-commit install

This will ensure git hooks are run before each commit. While it is not advised to do so, you can skip these hooks with

git commit --no-verify -m "commit message"

About

Tensorflow graph networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages