lightaime / deep_gcns_torch

Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021): https://www.deepgcns.org
MIT License
1.13k stars 155 forks source link

What is your version of PyTorch?1.2.0?or>=1.4.0 #71

Closed LCHJ closed 3 years ago

LCHJ commented 3 years ago

Hello! I would like to know: What is your version of PyTorch?1.2.0?or>=1.4.0 Thank you !

lightaime commented 3 years ago

Hi @LCHJ. Pytorch >=1.4.0 should work fine.

LCHJ commented 3 years ago

Oh,I see.Thank you !   But your deepgcn.yml shows that is 1.2.0.

---Original--- From: "Guohao Li"<notifications@github.com> Date: Mon, Oct 5, 2020 23:25 PM To: "lightaime/deep_gcns_torch"<deep_gcns_torch@noreply.github.com>; Cc: "xuanang"<1584156114@qq.com>;"Mention"<mention@noreply.github.com>; Subject: Re: [lightaime/deep_gcns_torch] What is your version of PyTorch?1.2.0?or>=1.4.0 (#71)

Hi @LCHJ. Pytorch >=1.4.0 should work fine.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

lightaime commented 3 years ago

I see. Sorry for the confusion. You can installl the env using https://github.com/lightaime/deep_gcns_torch/blob/master/deepgcn_env_install.sh.

LCHJ commented 3 years ago

OKOK,Thanks for your contribution!

---Original--- From: "Guohao Li"<notifications@github.com> Date: Mon, Oct 5, 2020 23:32 PM To: "lightaime/deep_gcns_torch"<deep_gcns_torch@noreply.github.com>; Cc: "xuanang"<1584156114@qq.com>;"Mention"<mention@noreply.github.com>; Subject: Re: [lightaime/deep_gcns_torch] What is your version of PyTorch?1.2.0?or>=1.4.0 (#71)

I see. Sorry for the confusion. You can installl the env using https://github.com/lightaime/deep_gcns_torch/blob/master/deepgcn_env_install.sh.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

lightaime commented 3 years ago

Great. I closed this issue. Feel free to reopen it if you have any problem.