Skip to content

Implementation of the JUNE model using Graph Neural Networks in PyTorch

License

Notifications You must be signed in to change notification settings

prathyushsambaturu/torch_june_hrsir

 
 

Repository files navigation

Docs codecov Build and test package

Torch JUNE

Implementation of the JUNE model using Graph Neural Networks in PyTorch

Setup

Install requirements

pip install -r requirements.txt

and install PyTorch geometric, manually for now:

pip install torch-scatter torch-sparse torch-cluster torch-geometric -f https://data.pyg.org/whl/torch-1.11.0+cpu.html

Then install the torch_june package

pip install --no-deps -e .

Usage

See the docs.

About

Implementation of the JUNE model using Graph Neural Networks in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.3%
  • Jupyter Notebook 24.7%