Im not sure what I am doing wrong I have issues with the assertion but i keep reading in the forum about how you just have to comment them i have also seen the mention of Tensor flow documentation buy i have still not found my error and I´m not sure were to start. Here is my code
Make sure your code is only located between markers START CODE HERE and END CODE HERE.
If tests for the code section fail, as for help on the forum. Try to describe the problem, do not share your code. Make sure you checked posts with related questions of other students, before creating a new post.
I’ve just checked the last version of the assignments, tests work perfectly fine.
Are you sure? i have seen multiple forum post being also stuck with 75/100 iwth similar issues sugestion the same solution. I have also seen multiple forums with the same problem solving it by comentiong assertions out like [Week 4] Assignment 1 >> Decoder class error - #61 by Abdou and many others.
Thanks in advance
Hi, sometimes the test doesn’t catch all the wrong doing in the code, for the decoder section, I forgot to add ‘training’ as parameter to the dropout layer, the code passed the test with no error
The training argument set to True by default. I guess the note about it in the assignment just to make sure you don’t miss it implementing your solutions outside the class.