Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is GraphGym okay with windows10? #53

Open
krishia opened this issue Feb 4, 2023 · 2 comments
Open

Is GraphGym okay with windows10? #53

krishia opened this issue Feb 4, 2023 · 2 comments

Comments

@krishia
Copy link

krishia commented Feb 4, 2023

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?

@krishia krishia changed the title Is GraphGym is okay with windows10? Is GraphGym okay with windows10? Feb 4, 2023
@xnhp
Copy link

xnhp commented Feb 20, 2023

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
Copy link

xnhp commented Feb 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants