-
Notifications
You must be signed in to change notification settings - Fork 147
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
Random walk with custom transition probabilities #88
Comments
Currently no. I think one can implement it via alias sampling. |
Are you referring to this function? pytorch_cluster/torch_cluster/rw.py Line 8 in 4764b48
If yes, I am sorry but I don't understand this function because it seems you are returning the same function again. If possible can you write the exact code snippet? |
|
Thanks for your reply. |
I see what I can do :) |
This would be an extremely useful feature... As of now it's kinda tricky to do weighted random walks for e.g. node embeddings :/ |
Is there any way to call random_walk function with custom transition probabilities?
The text was updated successfully, but these errors were encountered: