When creating a post, please add:
- Week # must be added in the tags option of the post.
- Link to the classroom item you are referring to: Question Duplicates | Coursera
- Description (include relevant info but please do not post solution code or your entire notebook)
I am getting the following errors in test for exercise 1
Layer 'sequential' has an incorrect output shape.
Expected:(None, 16),
Got:(None, 128).
Layer 'conc_1_2' has an incorrect input shape.
Expected:[(None, 16), (None, 16)],
Got:[(None, 128), (None, 128)].
Layer 'conc_1_2' has an incorrect output shape.
Expected:(None, 32),
Got:(None, 256).
22 tests passed
3 tests failed
I tried reshaping the input to (1,16) & (16,1) to experiment, but I am still seeing input shape set to 128. What am I missing?