VITA-Group / Graph-Mixture-of-Experts

[NeurIPS'23] Graph Mixture of Experts: Learning on Large-Scale Graphs with Explicit Diversity Modeling. Haotao Wang, Ziyu Jiang, Yuning You, Yan Han, Gaowen Liu, Jayanth Srinivasa, Ramana Rao Kompella, Zhangyang Wang
MIT License
30 stars 2 forks source link

Missing `utils` module #1

Closed minhkhoi1026 closed 10 months ago

minhkhoi1026 commented 10 months ago

Hi, I am reproducing the result of your paper. When I run the graphproppred/main_pyg.py file, it generated a below error:

Traceback (most recent call last):
  File "main_pyg.py", line 14, in <module>
    from utils import RandomDropNode
ModuleNotFoundError: No module named 'utils'

As the error state, there are no utils module in your code or in dependent package. Could you add the utils module?

minhkhoi1026 commented 10 months ago

@Ir1d @Syzygianinfern0 @htwang14 could you check it?

htwang14 commented 10 months ago

The file is uploaded. Thanks

minhkhoi1026 commented 10 months ago

Thank you for your help, @htwang14!