batchtuner_search_space.json 128 Bytes
Newer Older
demianzhang's avatar
demianzhang committed
1
2
3
4
5
6
7
8
{
    "combine_params":
    {
        "_type" : "choice",
        "_value" : [{"x": 1},
                    {"x": 100}]
    }
}