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:
- Description (include relevant info but please do not post solution code or your entire notebook)
I am getting an error on the w3.unittest.model(Siamese). I seemed to have everything in order but failing 3 tests and I cant figure out why
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