dingo-gw / dingo

Dingo: Deep inference for gravitational-wave observations
MIT License
55 stars 18 forks source link

Fixing random seeds #112

Open stephengreen opened 2 years ago

stephengreen commented 2 years ago

It would be good to provide functionality to fix the random seeds used for generating training datasets, training networks, and sampling. This will help to ensure reproducibility of results.

One way might be to specify the seed in the various config files (or on the command-line for inference).