Open Rusiecki opened 5 years ago
Not sure why you get this error, your first layer Conv1D specified an input_shape.
However, your error log shows that model.add(Conv1D(filters=250, kernel_size=3, padding='same')) you did not specify the input_shape there.
Hey I was trying to run your script and ran into a problem.
What I've tried
But it than trows me a different error. What is the needed Input_shape?
Best Regards