DL Week-7-1
DL Week-7-1
accuracies = []
conf_matrices = []
plt.show()
Output:
Model: "sequential"
_________________________________________________________________
Layer (type) Output Shape Param #
=================================================================
conv2d (Conv2D) (None, 26, 26, 32) 320
=================================================================
Total params: 515146 (1.97 MB)
Trainable params: 515146 (1.97 MB)
Non-trainable params: 0 (0.00 Byte)
_________________________________________________________________