Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the seed index concept #31

Merged
merged 1 commit into from
Jan 16, 2022
Merged

Introduce the seed index concept #31

merged 1 commit into from
Jan 16, 2022

Conversation

lucmos
Copy link
Member

@lucmos lucmos commented Jan 12, 2022

The user does not specify a seed, but and index over a pre-defined
list of seeds. This allows to easily run multiple time the same
experiment with the different seeds:

The following will run the same experiment with five different
random seeds:

python run.py -m train.seed_index=1,2,3,4,5

The user does not specify a seed, but and index over a pre-defined
list of seeds. This allows to easily run multiple time the same
experiment with the different seeds:

The following will run the same experiment with five different
random seeds:
```python
python run.py -m train.seed_index=1,2,3,4,5
```
@Flegyas Flegyas merged commit 127e6e2 into develop Jan 16, 2022
@Flegyas Flegyas deleted the feature/seed_idx branch January 16, 2022 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants