-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #716 from mlcommons/variants_target_setting_clean
Add configs for variants target setting.
- Loading branch information
Showing
39 changed files
with
1,234 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
reference_algorithms/target_setting_algorithms/criteo1tb_embed_init/tuning_search_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"learning_rate": { | ||
"feasible_points": [ | ||
0.002517072211464665 | ||
] | ||
}, | ||
"beta1": { | ||
"feasible_points": [ | ||
0.9908351643533544 | ||
] | ||
}, | ||
"beta2": { | ||
"feasible_points": [ | ||
0.9859568907533993 | ||
] | ||
}, | ||
"warmup_steps": { | ||
"feasible_points": [ | ||
799 | ||
] | ||
}, | ||
"weight_decay": { | ||
"feasible_points": [ | ||
0.12274552870237089 | ||
] | ||
} | ||
} | ||
|
28 changes: 28 additions & 0 deletions
28
reference_algorithms/target_setting_algorithms/criteo1tb_layernorm/tuning_search_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"learning_rate": { | ||
"feasible_points": [ | ||
0.05493199486120455 | ||
] | ||
}, | ||
"beta1": { | ||
"feasible_points": [ | ||
0.954922991734919 | ||
] | ||
}, | ||
"beta2": { | ||
"feasible_points": [ | ||
0.9986188074995163 | ||
] | ||
}, | ||
"warmup_steps": { | ||
"feasible_points": [ | ||
799 | ||
] | ||
}, | ||
"weight_decay": { | ||
"feasible_points": [ | ||
0.00011065469792077193 | ||
] | ||
} | ||
} | ||
|
28 changes: 28 additions & 0 deletions
28
reference_algorithms/target_setting_algorithms/criteo1tb_resnet/tuning_search_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"learning_rate": { | ||
"feasible_points": [ | ||
0.001493629901423942 | ||
] | ||
}, | ||
"beta1": { | ||
"feasible_points": [ | ||
0.9592129978682067 | ||
] | ||
}, | ||
"beta2": { | ||
"feasible_points": [ | ||
0.9824918272399145 | ||
] | ||
}, | ||
"warmup_steps": { | ||
"feasible_points": [ | ||
399 | ||
] | ||
}, | ||
"weight_decay": { | ||
"feasible_points": [ | ||
0.00038587516415285595 | ||
] | ||
} | ||
} | ||
|
27 changes: 27 additions & 0 deletions
27
reference_algorithms/target_setting_algorithms/fastmri_layernorm/tuning_search_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"learning_rate": { | ||
"feasible_points": [ | ||
0.008334676559764446 | ||
] | ||
}, | ||
"beta1": { | ||
"feasible_points": [ | ||
0.8294338711079317 | ||
] | ||
}, | ||
"beta2": { | ||
"feasible_points": [ | ||
0.8551723332825868 | ||
] | ||
}, | ||
"warmup_steps": { | ||
"feasible_points": [ | ||
2714 | ||
] | ||
}, | ||
"weight_decay": { | ||
"feasible_points": [ | ||
0.01371235755699044 | ||
] | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
reference_algorithms/target_setting_algorithms/fastmri_model_size/tuning_search_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"learning_rate": { | ||
"feasible_points": [ | ||
0.006173154695175443 | ||
] | ||
}, | ||
"beta1": { | ||
"feasible_points": [ | ||
0.8496694604806512 | ||
] | ||
}, | ||
"beta2": { | ||
"feasible_points": [ | ||
0.4639437428687345 | ||
] | ||
}, | ||
"warmup_steps": { | ||
"feasible_points": [ | ||
1357 | ||
] | ||
}, | ||
"weight_decay": { | ||
"feasible_points": [ | ||
0.1679001017957879 | ||
] | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
reference_algorithms/target_setting_algorithms/fastmri_tanh/tuning_search_space.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"learning_rate": { | ||
"feasible_points": [ | ||
0.04037951750205473 | ||
] | ||
}, | ||
"beta1": { | ||
"feasible_points": [ | ||
0.9932215932637941 | ||
] | ||
}, | ||
"beta2": { | ||
"feasible_points": [ | ||
0.9425306939334134 | ||
] | ||
}, | ||
"warmup_steps": { | ||
"feasible_points": [ | ||
542 | ||
] | ||
}, | ||
"weight_decay": { | ||
"feasible_points": [ | ||
0.14877061239151607 | ||
] | ||
} | ||
} |
Oops, something went wrong.