Skip to content

refactor: reproducibility using initial seeds

Sven Michael Lechner requested to merge refactor/seeding into wip

This commit moves the random_seed value from the experiment hydra group the its own group. Additionally, it introduces a PyTorch- specific flag to fix certain algorithms to be deterministic.

Merge request reports