____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_1 (InputLayer) (100, 3, 32, 32) 0
____________________________________________________________________________________________________
ppdfn_1 (PPDFN) (100, 3, 32, 32) 1170 input_1[0][0]
____________________________________________________________________________________________________
activation_1 (Activation) (100, 3, 32, 32) 0 ppdfn_1[0][0]
____________________________________________________________________________________________________
flatten_1 (Flatten) (100, 3072) 0 activation_1[0][0]
____________________________________________________________________________________________________
dense_1 (Dense) (100, 10) 30730 flatten_1[0][0]
____________________________________________________________________________________________________
activation_2 (Activation) (100, 10) 0 dense_1[0][0]
====================================================================================================
Total params: 31900
____________________________________________________________________________________________________
____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_2 (InputLayer) (100, 3, 32, 32) 0
____________________________________________________________________________________________________
dfn_1 (DFN) (100, 3, 32, 32) 1525 input_2[0][0]
____________________________________________________________________________________________________
activation_3 (Activation) (100, 3, 32, 32) 0 dfn_1[0][0]
____________________________________________________________________________________________________
flatten_2 (Flatten) (100, 3072) 0 activation_3[0][0]
____________________________________________________________________________________________________
dense_2 (Dense) (100, 10) 30730 flatten_2[0][0]
____________________________________________________________________________________________________
activation_4 (Activation) (100, 10) 0 dense_2[0][0]
====================================================================================================
Total params: 32255
____________________________________________________________________________________________________
____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_3 (InputLayer) (100, 3, 32, 32) 0
____________________________________________________________________________________________________
convolution2d_1 (Convolution2D) (100, 3, 32, 32) 228 input_3[0][0]
____________________________________________________________________________________________________
activation_5 (Activation) (100, 3, 32, 32) 0 convolution2d_1[0][0]
____________________________________________________________________________________________________
flatten_3 (Flatten) (100, 3072) 0 activation_5[0][0]
____________________________________________________________________________________________________
dense_3 (Dense) (100, 10) 30730 flatten_3[0][0]
____________________________________________________________________________________________________
activation_6 (Activation) (100, 10) 0 dense_3[0][0]
====================================================================================================
Total params: 30958
____________________________________________________________________________________________________
____________________________________________________________________________________________________
Layer (type) Output Shape Param # Connected to
====================================================================================================
input_4 (InputLayer) (100, 3, 32, 32) 0
____________________________________________________________________________________________________
ppfn_1 (PPFN) (100, 3, 32, 32) 315 input_4[0][0]
____________________________________________________________________________________________________
activation_7 (Activation) (100, 3, 32, 32) 0 ppfn_1[0][0]
____________________________________________________________________________________________________
flatten_4 (Flatten) (100, 3072) 0 activation_7[0][0]
____________________________________________________________________________________________________
dense_4 (Dense) (100, 10) 30730 flatten_4[0][0]
____________________________________________________________________________________________________
activation_8 (Activation) (100, 10) 0 dense_4[0][0]
====================================================================================================
Total params: 31045
____________________________________________________________________________________________________