Tensor("Const:0", shape=(11, 13), dtype=bool)
LineFilterLayer.build()
(None, None, None, 1)
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
input_1 (InputLayer) (None, None, None, 5) 0
_________________________________________________________________
conv2d_1 (Conv2D) (None, None, None, 64) 8064
_________________________________________________________________
batch_normalization_1 (Batch (None, None, None, 64) 256
_________________________________________________________________
conv2d_2 (Conv2D) (None, None, None, 64) 102464
_________________________________________________________________
batch_normalization_2 (Batch (None, None, None, 64) 256
_________________________________________________________________
conv2d_3 (Conv2D) (None, None, None, 64) 102464
_________________________________________________________________
batch_normalization_3 (Batch (None, None, None, 64) 256
_________________________________________________________________
conv2d_4 (Conv2D) (None, None, None, 64) 102464
_________________________________________________________________
batch_normalization_4 (Batch (None, None, None, 64) 256
_________________________________________________________________
conv2d_5 (Conv2D) (None, None, None, 64) 102464
_________________________________________________________________
batch_normalization_5 (Batch (None, None, None, 64) 256
_________________________________________________________________
conv2d_6 (Conv2D) (None, None, None, 64) 102464
_________________________________________________________________
batch_normalization_6 (Batch (None, None, None, 64) 256
_________________________________________________________________
conv2d_7 (Conv2D) (None, None, None, 1) 1601
_________________________________________________________________
line_filter_layer_1 (LineFil (None, None) 0
_________________________________________________________________
sigmoid (Activation) (None, None) 0
=================================================================
Total params: 523,521
Trainable params: 522,753
Non-trainable params: 768
_________________________________________________________________