I have this model:
def get_model(): model = Sequential() model.add(Conv2D(32, kernel_size=(2, 2), strides=(2, 2), padding="valid", input_shape=(20,