An open API service indexing awesome lists of open source software.

https://github.com/ki-seki/set_determ

Set deterministic modes of `random`, `torch` and `numpy` to ensure reproducibility. Idea is inspired by https://darinabal.medium.com/deep-learning-reproducible-results-using-pytorch-42034da5ad7
https://github.com/ki-seki/set_determ

deterministic numpy pytorch random-generation reproducibility

Last synced: 5 months ago
JSON representation

Set deterministic modes of `random`, `torch` and `numpy` to ensure reproducibility. Idea is inspired by https://darinabal.medium.com/deep-learning-reproducible-results-using-pytorch-42034da5ad7

Awesome Lists containing this project

README

          

# set_determ
Set deterministic modes of `random`, `torch` and `numpy` to ensure reproducibility.