def conv2D_init(shape, dim_ordering='tf', name=None): return initializations.normal(shape, scale=0.02, dim_ordering=dim_ordering, name=name)