CRIPAC-DIG / GRACE

[GRL+ @ ICML 2020] PyTorch implementation for "Deep Graph Contrastive Representation Learning" (https://arxiv.org/abs/2006.04131v2)
Apache License 2.0
306 stars 54 forks source link

Your requirements are not fine #3

Closed mhadnanali closed 3 years ago

mhadnanali commented 3 years ago

I think you should mention all the required versions to compile your codes. There is no version information of these below, as a result I can not compile your codes. torch-scatter torch-sparse torch-cluster torch-spline

You can see from the screenshot, torch-sparce is already installed but it still says there is an import error. I think this is because of the version issue. kindly state the correct versions. I want to use your work in my literature and paper.

image

SXKDZ commented 3 years ago

Thanks for your interest on our work! Our work is built on PyG. Please refer to this link for installing all required packages. Also, we have provided a unified package for graph contrastive learning. Please check out this repository.