snap-stanford / GraphGym

Platform for designing and evaluating Graph Neural Networks (GNN)
Other
1.69k stars 185 forks source link

Is GraphGym okay with windows10? #53

Open krishia opened 1 year ago

krishia commented 1 year ago

Hello! Thank you for producing awesome library. I'm new to Graph Neural Network, and i am using windows 10 now. I found some files in guideline is not available to windows (like .sh files) Is there any constraint for actually using GraphGym in windows?

xnhp commented 1 year ago

Hi,

As far as I'm aware, most of GraphGym is plain Python so you'll be able to work with it on Windows 10.

I've used it extensively on Windows 10 (although that was about a year ago).

You can still run .sh scripts with things like WSL (Windows Subsystem for Linux). However, if possible, it's probably better to circumvent them entirely. For instance, at least back then, the .sh scripts were only needed for running some experiments in order and I simply replaced that with a PyCharm run configuration.

xnhp commented 1 year ago

For instance, if you look at this bash script , you'll see that it really just calls some python entrypoint with some parameters.