cszhangzhen / HGP-SL

Hierarchical Graph Pooling with Structure Learning
326 stars 54 forks source link

Recurrence experiment #12

Open Jinn02-25 opened 3 years ago

Jinn02-25 commented 3 years ago

Hello, I am very interested in your paper. I am reproducing your experiment, but I don’t know why it keeps prompting:TypeError: coalesce() got an unexpected keyword argument 'fill_value'

cszhangzhen commented 3 years ago

Hi,

This is because you use the latest torch-sparse. An older version of torch-sparse is needed, lower than 0.4.4.

saiprasanna06 commented 2 years ago

Would it be possible to upload the yml file ? The dependencies are a tough nut to crack, since older versions are required. Thanks