hi @dani7991
Exercise 4, Transformer under def call statement, for code line
call self.decoder with the appropriate arguments to get the decoder output
You have used incorrect argument for dec_output, you are suppose to use output_sequence and not input sequence.