Skip to content

Commit

Permalink
Edit num_workers and change MPA repo as a latest (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungmanc authored Oct 28, 2022
1 parent 89754c1 commit 91a1be1
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 13 deletions.
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

0 comments on commit 91a1be1

Please sign in to comment.