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
mt-dnn/data_utils/utils.py
Line 25 in 25c3bd1
When running on the CuDNN backend, there might be reproducibility issue. According to pytorch document, two further options must be set:
torch.backends.cudnn.deterministic = True torch.backends.cudnn.benchmark = False
The text was updated successfully, but these errors were encountered:
Thanks pointing it out!! Does this work on pytorch version 0.4x? We will test it soon.
Sorry, something went wrong.
I haven't tested it on pytorch version 0.4x.
namisan
No branches or pull requests
mt-dnn/data_utils/utils.py
Line 25 in 25c3bd1
When running on the CuDNN backend, there might be reproducibility issue.
According to pytorch document, two further options must be set:
The text was updated successfully, but these errors were encountered: