xautodl/configs/nas-cifar-cos-nocut.config

15 lines
402 B
Plaintext
Raw Normal View History

2019-01-31 15:27:38 +01:00
{
"type" : ["str", "cosine"],
"batch_size": ["int", 96],
"epochs" : ["int", 600],
"momentum" : ["float", 0.9],
"decay" : ["float", 0.0003],
"LR" : ["float", 0.025],
2019-03-31 17:00:37 +02:00
"LR_MIN" : ["float", 0.0001],
2019-01-31 15:27:38 +01:00
"auxiliary" : ["bool", 1],
"auxiliary_weight" : ["float", 0.4],
"grad_clip" : ["float", 5],
"cutout" : ["int", 0],
"drop_path_prob" : ["float", 0.3]
}