-
Notifications
You must be signed in to change notification settings - Fork 151
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 result not reproducible if the walk is biased #195
Comments
Can you send a PR to fix this? |
While I can locate the issue, unfortunately I only have access to a university cluster which does not have nvcc installed... So I am not able to build from source to perform testing sadly |
Ok, I see if I can find time to implement this. |
Wondering if there are any updates on this |
Wondering if there are any updates on this~ |
Not yet, sorry :( |
Would like to know if we have any updates. |
1 similar comment
Would like to know if we have any updates. |
As title. The issue comes from
pytorch_cluster/csrc/cuda/rw_cuda.cu
Line 146 in 29cd22b
where the seed is controlled by
time(NULL)
inrejection_sampling_kernel
function. Please fix~The text was updated successfully, but these errors were encountered: