C4W2_Assignment Transformer Summarizer

hi @Sharanjit

The GRADE FUNCTION Decoder

in def call statement

Your codes for the below step

# add positional encodings to word embedding

Instruction given in the exercise 3 mentions you are suppose to

Add the position encoding: self.pos_encoding [:, :seq_len, :] to your embedding.

Regards
DP

Thanks for the suggestions