Build a CNN from an architecture string, which is a list of layer specification strings. The overall architecture can be given as a list or as a comma-separated string. All convolutions *except for the first* are preceeded by normalization and nonlinearity. All other layer
(arch, normalization='batch', activation='leakyrelu', padding='same',
pooling='max', init='default')
source not stored for this graph (policy: none)
no test coverage detected