Skip to content

Various GNN algorithms such as GAT and GCN are trained on datasets to detect the pre-determined patterns. Overall, running an end-to-end procedure with assistance of complete MLOps for node-classification tasks.

Notifications You must be signed in to change notification settings

adurukan/GNNs-with-MLOps

Repository files navigation

GNNs-with-MLOps

Various GNN algorithms such as GAT and GCN are trained on datasets to detect the pre-determined patterns. Overall, running an end-to-end procedure with assistance of complete MLOps for node-classification tasks.

LOCAL TESTING

I would suggest creating a virtual environment using venv, the way to do is:

  • python3 -m venv .venv/
  • source .venv/bin/activate

Later, please install the requirements-pip.txt using

  • pip install -r requirements-pip.txt

In case of issues regarding torch, torchvision or torchaudio please use

In case of issues regarding torch-scatter, torch-sparse or torch-geometric please use

About

Various GNN algorithms such as GAT and GCN are trained on datasets to detect the pre-determined patterns. Overall, running an end-to-end procedure with assistance of complete MLOps for node-classification tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published