Compare that to Keras: `Conv2D(32, kernel_size=(3,...
# datascience
c
Compare that to Keras:
Conv2D(32, kernel_size=(3, 3), activation='relu')
.