dotnet / dotnet/TorchSharp

Support use_deterministic_algorithms()

Open
#1,384 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
1.9k
Forks
228
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.