Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtamohler/pytorch-use_deterministic_algorithms-demo
Demo of PyTorch's new tool for enforcing reproducibility, `torch.use_deterministic_algorithms`
https://github.com/kurtamohler/pytorch-use_deterministic_algorithms-demo
Last synced: 7 days ago
JSON representation
Demo of PyTorch's new tool for enforcing reproducibility, `torch.use_deterministic_algorithms`
- Host: GitHub
- URL: https://github.com/kurtamohler/pytorch-use_deterministic_algorithms-demo
- Owner: kurtamohler
- Created: 2021-05-09T22:34:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T22:46:18.000Z (over 3 years ago)
- Last Synced: 2024-12-15T09:10:32.445Z (21 days ago)
- Language: Jupyter Notebook
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pytorch-use_deterministic_algorithms-demo
Demo of PyTorch's new tool for enforcing reproducibility, `torch.use_deterministic_algorithms`I wrote this demo to showcase why we care about determinism and how it is enforced in PyTorch.
Check out the notebook [here](PyTorch%20use_deterministic_algorithms%20Demo.ipynb)