Wuyxin / DIR-GNN

Official code of "Discovering Invariant Rationales for Graph Neural Networks" (ICLR 2022)

Home Page:https://arxiv.org/abs/2201.12872

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda env yaml

sangyx opened this issue · comments

I can't install packages from the requirements.txt you provided because there are some package conflicts, could you give an updated version or provide a conda env yaml (conda env export > dir.yaml) if you use conda?

Hi,

You can follow here now to setup the conda environment quickly. You may want to change the cuda version 11.3 to the cuda version of your machine.

I also uploaded dir.yaml for reference. Let me know if there are further issues with the env setup :)