Monthly Archives: May 2023

compute_total_loss

You’re here because you can’t get the unit tests for the Coursera Improving Deep Neural Networks course, Week 3, exercise number 1, to pass. You are trying to correctly implement def compute_total_loss(logits, labels): And the unit test keeps failing with … Continue reading

Posted in Machine Learning | Comments Off on compute_total_loss