I\'m building a simple custom Keras model shown below:
model = Sequential() model.add(Conv2D(16, (16, 1), activation=\'relu\', input_shape=(300,2,1) )) model.a