Week4 Encoder Assignment

I implemented dropout when training but I get this error:
I get this error:
AssertionError: Wrong values when training=True

I don’t understand where is the problem.

Are you passing the training parameter to dropout and enc_layers ?

Found the bug thanks for helping!