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