jraph
A Graph Neural Network Library in Jax
File Explorer
Download Latest Version (.zip)- pypi-publish.yml
- api.rst
- conf.py
- index.rst
- Makefile
- requirements.txt
- logo.png
- graph.py
- models.py
- models_test.py
- utils.py
- utils_test.py
- basic.py
- e_voting.py
- game_of_life.py
- hamiltonian_graph_network.py
- higgs_detection.py
- lstm.py
- sat.py
- zacharys_karate_club.py
- sharded_graphnet.py
- sharded_graphnet_test.py
- edge-feat.csv.gz
- edge.csv.gz
- graph-label.csv.gz
- master.csv
- node-feat.csv.gz
- num-edge-list.csv.gz
- num-node-list.csv.gz
- train.csv.gz
- data_utils.py
- data_utils_test.py
- train.py
- train_flax.py
- train_flax_test.py
- train_pmap.py
- train_pmap_test.py
- train_test.py
- __init__.py
- CONTRIBUTING.md
- LICENSE
- README.md
- readthedocs.yml
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/google-deepmind/jraph
Downloads the entire project code from GitHub to your computer.
cd jraph
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
