autodl-projects/configs/cos1800.config

9 lines
204 B
Plaintext
Raw Normal View History

2019-01-31 15:27:38 +01:00
{
"type" : ["str", "cosine"],
"batch_size": ["int", 128],
"epochs" : ["int", 1800],
"momentum" : ["float", 0.9],
"decay" : ["float", 0.0001],
"LR" : ["float", 0.2]
}