Hi,
I am doing the assignment for week 3 and passed all test cases before the function “compute_total_loss”. I am using tf.reduce_sum but the test case gives the following error message “Test does not match. Did you get the reduce sum of your loss functions?”.
While from_logits=False I am getting tf.Tensor(0.88275003, shape=(), dtype=float32)
when from_logits=True I am getting tf.Tensor(0.17102128, shape=(), dtype=float32)