I am getting below error. What should I do?
AssertionError: Wrong values when training=False.
I am getting below error. What should I do?
AssertionError: Wrong values when training=False.
First, do not post your code in the discussion group. Thatās not allowed by the course Honor Code.
I deleted my code right now.
Did you modify any of the code in the āfirst component of the main pathā?
Did you modify the ātrainingā argument inside the function?
No, I didnāt modify.
I did not see any problems with the code you posted. But apparently there is a problem with how you handled the ātrainingā argument.
Maybe try saving your notebook, the restart the kernel and clear all the output, then run all of the cells again. Check carefully every output cell for any error messages.
Iām going off-duty for the night, so wonāt be able to reply again for several hours.
I solved the problem. Thank you!
Hello.
I had the same error. Now it is fixed. To fix it in my case what I did was checking the inputs on each operator (or layer).
Yes, thatās right. I fixed the problem by same way.