I tried running the second example provided in the tensorflow documentation of Conv1D.
input_shape = (4, 7, 10, 128) x = tf.random.normal(input_shape) y = tf