xautodl/configs/cos600.config
2019-02-01 01:27:38 +11:00

9 lines
203 B
Plaintext

{
"type" : ["str", "cosine"],
"batch_size": ["int", 128],
"epochs" : ["int", 600],
"momentum" : ["float", 0.9],
"decay" : ["float", 0.0005],
"LR" : ["float", 0.2]
}