{
  "dataset"   : ["str",  "cifar"],
  "arch"      : ["str",  "densenet"],
  "depth"     : ["int",  100],
  "growthRate": ["int",  12],
  "reduction" : ["float", 0.5],
  "bottleneck": ["bool", 1],
  "super_type": ["str" , "basic"],
  "zero_init_residual" : ["bool",  "0"]
}