Gotcha. Well i really appreciate the help. I figured you guys had recently switched to a new platform or release, since tensorflow version 2.5.0, and 2.4 was just made stable in January. From what I can tell from the google, it looks like 2.5.0 was just released like a week ago?
Ya, that seems like it should suffice the, you could also figure out what comes out when you do it backwards, and do a negative assertion on it, to make sure people are not doing that. Also, if you put in a different axis like 0. Cuz that said it passed also. Do a negative assertion on its output value.
Not able to get the right result for loss. I checked my code and canāt find the problem.
my code for loss was ā loss = tf.maximum(tf.reduce_sum(basic_loss), 0) ā
I think you have the computation āinside outā. You are taking the max of the sum with zero. What they are asking for is the sum of the maxes, right? Please have another careful look at the instructions and see if what I said there makes things clearer.
Also note that this same error was discussed earlier on this thread, so it might also be worth checking some of the earlier discussions.