mirror of
https://github.com/microsoft/foldingdiff.git
synced 2026-06-04 13:30:33 +08:00
25 lines
324 B
JSON
25 lines
324 B
JSON
{
|
|
"timesteps": [
|
|
500,
|
|
1000
|
|
],
|
|
"variance_schedule": [
|
|
"linear",
|
|
"cosine",
|
|
"quadratic"
|
|
],
|
|
"num_hidden_layers": [
|
|
6,
|
|
8,
|
|
10
|
|
],
|
|
"lr": [
|
|
0.001,
|
|
0.0001
|
|
],
|
|
"batch_size": [
|
|
64,
|
|
128,
|
|
256
|
|
]
|
|
} |