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

edit num_workers and change MPA repo as a latest #1314

Merged
merged 1 commit into from
Oct 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ learning_parameters:
warning: null
num_workers:
affects_outcome_of: NONE
default_value: 0
default_value: 2
description:
Increasing this value might improve training speed however it might
cause out of memory errors. If the number of workers is set to zero, data loading
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ hyper_parameters:
batch_size:
default_value: 64
auto_hpo_state: POSSIBLE
num_workers:
default_value: 0
learning_rate:
default_value: 0.0049
auto_hpo_state: POSSIBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ hyper_parameters:
batch_size:
default_value: 64
auto_hpo_state: POSSIBLE
num_workers:
default_value: 0
learning_rate:
default_value: 0.0071
auto_hpo_state: POSSIBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ hyper_parameters:
batch_size:
default_value: 32
auto_hpo_state: POSSIBLE
num_workers:
default_value: 4
learning_rate:
default_value: 0.016
auto_hpo_state: POSSIBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ hyper_parameters:
batch_size:
default_value: 64
auto_hpo_state: POSSIBLE
num_workers:
default_value: 0
learning_rate:
default_value: 0.0058
auto_hpo_state: POSSIBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ hyper_parameters:
batch_size:
default_value: 32
auto_hpo_state: POSSIBLE
num_workers:
default_value: 4
learning_rate:
default_value: 0.016
auto_hpo_state: POSSIBLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ learning_parameters:
warning: null
num_workers:
affects_outcome_of: NONE
default_value: 0
default_value: 2
description:
Increasing this value might improve training speed however it might
cause out of memory errors. If the number of workers is set to zero, data loading
Expand Down