ss_comma.json 195 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
{
    "pool_type": {
        "_type": "choice",
        "_value": [ "max", "min", "avg" ],
    },
    "学习率": {
        "_type": "loguniform",
        "_value": [ 0.0000001, 0.1 ],
    },
}