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):
Hello, I am experiencing an issue with the Decoder of the 1st assignment (C4W1)
In particular I do not match the dimensions.
In the self.embedding layer, I have given as input_dim=vocab_size, output_dim=units.
In the next layes, LSTM(units=units)…and here the dimensionality issue.
Somebody can provide support to understand please?