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