mims-harvard / SubGNN

Subgraph Neural Networks (NeurIPS 2020)
https://zitniklab.hms.harvard.edu/projects/SubGNN
MIT License
185 stars 33 forks source link

Some errors in SubGNN.yml #25

Open cwj006 opened 1 year ago

cwj006 commented 1 year ago
  1. -python-graphviz==0.14 should be -graphviz==0.14.
  2. -torch==1.0.0 should be - torch==1.4.0.
  3. The cuda version of pyg is error.
cwj006 commented 1 year ago

Also, it would be better to install the latest version of pytorch and pyg, otherwise, it will take so so so long time for model.to(device).