We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
example_config.yaml
small_datasets: 5(learning_rate) * 3(dropout) * 2(dataset) * 2(hidden_size) * 3(max_epoch)=180
large_dataset: 3(dropout) * 2(dataset) * 2(hidden_size)=12
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
small_datasets: 5(learning_rate) * 3(dropout) * 2(dataset) * 2(hidden_size) * 1(max_epoch)=60
seml seml_test add example_config.yaml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: