We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can cause code to fail with torch 1.9.0
The text was updated successfully, but these errors were encountered:
See https://pytorch.org/docs/stable/notes/randomness.html
Sorry, something went wrong.
Should probably switch to torch.use_deterministic_algorithms()?
torch.use_deterministic_algorithms()
Does seeding need to be version dependent? That would kinda suck...
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
CUBLAS_WORKSPACE_CONFIG
No branches or pull requests
Can cause code to fail with torch 1.9.0
The text was updated successfully, but these errors were encountered: