Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MLCube implementation for Graph Neural Network #762

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

davidjurado
Copy link
Contributor

@davidjurado davidjurado commented Aug 9, 2024

MLCube for Graph Neural Network

MLCube™ GitHub repository. MLCube™ wiki.

Project setup

An important requirement is that you must have Docker installed.

# Create Python environment and install MLCube Docker runner 
virtualenv -p python3 ./env && source ./env/bin/activate && pip install pip==24.0 && pip install mlcube-docker
# Fetch the implementation from GitHub
git clone https://github.com/mlcommons/training && cd ./training
git fetch origin pull/762/head:feature/mlcube_graph_nn && git checkout feature/mlcube_graph_nn
cd ./graph_neural_network/mlcube

Inside the mlcube directory run the following command to check implemented tasks.

mlcube describe

MLCube tasks

Download dataset.

mlcube run --task=download_data -Pdocker.build_strategy=always

Process dataset.

mlcube run --task=process_data -Pdocker.build_strategy=always

Train GNN.

mlcube run --task=train -Pdocker.build_strategy=always

Execute the complete pipeline

You can execute the complete pipeline with one single command.

mlcube run --task=download_data,process_data,train -Pdocker.build_strategy=always

@davidjurado davidjurado requested a review from a team as a code owner August 9, 2024 15:47
Copy link

github-actions bot commented Aug 9, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@ShriyaPalsamudram
Copy link
Contributor

ShriyaPalsamudram commented Aug 20, 2024

@drcanchi @LiSu can you please review these changes?

@LiSu
Copy link
Contributor

LiSu commented Aug 22, 2024

@drcanchi @LiSu can you please review these changes?

LGTM, thanks!
@hiwotadese @nv-rborkar could you please check this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants