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
TorchSharp does not support the torch.use_deterministic_algorithms() method. If I try to call it, I get this error:
error CS0619: 'torch.use_deterministic_algorithms(bool, bool)' is obsolete: 'not implemented'
It would be very nice to support this method since it causes PyTorch to behave deterministically, which can be super useful for debugging.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TorchSharp does not support the torch.use_deterministic_algorithms() method. If I try to call it, I get this error:
It would be very nice to support this method since it causes PyTorch to behave deterministically, which can be super useful for debugging.
The text was updated successfully, but these errors were encountered: