-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tuning points for criteo variants
- Loading branch information
1 parent
802e709
commit f9892b1
Showing
21 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
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 | ||
] | ||
} | ||
} | ||
|
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.