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

torch.set_deterministic() incompatible with some torch operations #1

Open
camall3n opened this issue Sep 22, 2021 · 3 comments
Open

Comments

@camall3n
Copy link
Owner

Can cause code to fail with torch 1.9.0

@camall3n
Copy link
Owner Author

@camall3n
Copy link
Owner Author

Should probably switch to torch.use_deterministic_algorithms()?

Does seeding need to be version dependent? That would kinda suck...

@camall3n
Copy link
Owner Author

May also need to set CUBLAS_WORKSPACE_CONFIG environment variable? See note in page above, and also check out https://docs.nvidia.com/cuda/cublas/index.html#cublasApi_reproducibility

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