mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
7 lines
256 B
JSON
7 lines
256 B
JSON
{
|
|
"batch_size": {"_type":"choice", "_value": [16, 32, 64, 128]},
|
|
"hidden_size":{"_type":"choice","_value":[128, 256, 512, 1024]},
|
|
"lr":{"_type":"choice","_value":[0.0001, 0.001, 0.01, 0.1]},
|
|
"momentum":{"_type":"uniform","_value":[0, 1]}
|
|
}
|