## First example: dense neural net
x <- getModelConf(list(model="dl"))$defaults
mapX2FLAGS(x=x, model = "dl")
## Second example: convnet
x <- getModelConf(list(model="cnn"))$defaults
mapX2FLAGS(x=x, model = "cnn")
Run the code above in your browser using DataLab