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

Node2Vec with raw PyTorch #230

Open
bokveizen opened this issue Oct 25, 2024 · 0 comments
Open

Node2Vec with raw PyTorch #230

bokveizen opened this issue Oct 25, 2024 · 0 comments

Comments

@bokveizen
Copy link

bokveizen commented Oct 25, 2024

Hi, currently I am using a non-CUDA device. Specifically, a device with Intel Gaudi HPUs.
When I tried to use Node2Vec, I realized that it requires either pyg_lib or torch_cluster, but both libraries only support CPU or CUDA GPUs.
Essentially, we need the random_walk function in torch_cluster.
I am wondering whether it is possible to have an implementation of random_walk in raw Pytorch?
If not, what should I do to make it possible?

Thank you for your help in advance.

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

1 participant