CUAI / CorrectAndSmooth

[ICLR 2021] Combining Label Propagation and Simple Models Out-performs Graph Neural Networks (https://arxiv.org/abs/2010.13993)
285 stars 52 forks source link

Could you please provide the YML #2

Open xwasco opened 3 years ago

xwasco commented 3 years ago

Hi, could you please provide the set of libraries needed to replicate your experiments?

Something like a YML file would be great :)

Thanks a lot for your time!

Best

Chillee commented 3 years ago

Ah, that's a great point. For the most part, it should be PyTorch Geometric and Open Graph Benchmark. Deep Graph Library is needed for the GAT experiment. Those have their own installation procedures.

The only other ... annoying dependencies are those based off Julia. I'll think about how to present those.

Chillee commented 3 years ago

While I figure out how to present the dependencies in a nice way, here's the yaml for now: https://pastebin.com/3YrQqaBF

Not all of them are necessary, and I'm not sure if this'll completely work due to cuda mismatches.

Sandy4321 commented 1 year ago

any updates ?