mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
Hyperparam sweep for smaller model
This commit is contained in:
25
hyperparam_jsons/small_model_params.json
Normal file
25
hyperparam_jsons/small_model_params.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"timesteps": [
|
||||
500,
|
||||
1000
|
||||
],
|
||||
"variance_schedule": [
|
||||
"linear",
|
||||
"cosine",
|
||||
"quadratic"
|
||||
],
|
||||
"num_hidden_layers": [
|
||||
6,
|
||||
8,
|
||||
10
|
||||
],
|
||||
"lr": [
|
||||
0.001,
|
||||
0.0001
|
||||
],
|
||||
"batch_size": [
|
||||
64,
|
||||
128,
|
||||
256
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user