Open sunpengfei1122 opened 4 years ago
input_0 (InputLayer) [(None, 28, 28, 1)] 0
27_pad (ZeroPadding2D) (None, 30, 30, 1) 0
the format is [()] , is it for the multi-input? and how can I change it into (). for example, change [(None,1,28,28)] to (None, 1, 28, 28). Thanks
Layer (type) Output Shape Param #
input_0 (InputLayer) [(None, 28, 28, 1)] 0
27_pad (ZeroPadding2D) (None, 30, 30, 1) 0
the format is [()] , is it for the multi-input? and how can I change it into (). for example, change [(None,1,28,28)] to (None, 1, 28, 28). Thanks