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

random.samples not working in subconfigs. #80

Open
n-gao opened this issue Dec 3, 2021 · 0 comments
Open

random.samples not working in subconfigs. #80

n-gao opened this issue Dec 3, 2021 · 0 comments

Comments

@n-gao
Copy link
Collaborator

n-gao commented Dec 3, 2021

Expected Behavior

The example_config.yaml should generate 192 configs.
for small_datasets: 5(learning_rate) * 3(dropout) * 2(dataset) * 2(hidden_size) * 3(max_epoch)=180
for large_dataset: 3(dropout) * 2(dataset) * 2(hidden_size)=12

Actual Behavior

Only 72 configs are generated:
for small_datasets: 5(learning_rate) * 3(dropout) * 2(dataset) * 2(hidden_size) * 1(max_epoch)=60
for large_dataset: 3(dropout) * 2(dataset) * 2(hidden_size)=12

Steps to Reproduce the Problem

seml seml_test add example_config.yaml

Specifications

Details
  • Version: master branch
  • Python version: 3.9
  • Platform: linux
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

No branches or pull requests

1 participant