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

Deterministic problem #4

Open
kefusong opened this issue Apr 1, 2024 · 1 comment
Open

Deterministic problem #4

kefusong opened this issue Apr 1, 2024 · 1 comment

Comments

@kefusong
Copy link

kefusong commented Apr 1, 2024

When I use this pointnet2_ops_lib for pointnet2, I found out the atomicAdd() function in the .cu file is not fixed in order when called, resulting in a numerical error in the sum of floating points as a result of gradient calculations.
I found that your amazing network is based on this package, and how do you deal with this non-determinism?
If determinism is not guaranteed, ablation experiments can be cumbersome.
Thank you!

@yangyangyang127
Copy link
Owner

This is a good question. I have to run the code several (around 3) times to figure out if the operation can work or not.

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