cifar10_adl_search_space.json 192 Bytes
Newer Older
SparkSnail's avatar
SparkSnail committed
1
2
3
4
5
{
    "lr":{"_type":"choice", "_value":[0.1, 0.01, 0.001]},
    "bs":{"_type":"choice","_value":[64, 96, 128]},
    "model":{"_type":"choice", "_value":["ResNet18", "SENet18", "MobileNet"]}
}