Hi , I have an error in the assignment in 3-rd week .
[snippet removed by mentor]
and this the error:
tf.keras.layers.MaxPooling2D(2,2),
^
SyntaxError: invalid syntax
where is my mistake ?
Hi , I have an error in the assignment in 3-rd week .
[snippet removed by mentor]
and this the error:
tf.keras.layers.MaxPooling2D(2,2),
^
SyntaxError: invalid syntax
where is my mistake ?
There’s a missing comma after the 1st layer.
Please don’t post code. It’s okay to share stacktraces in public and code via direct message to a mentor.
Thanks, Now its work.