deep-learning-with-python-notebooks icon indicating copy to clipboard operation
deep-learning-with-python-notebooks copied to clipboard

Chapter 3 - Tensorflow steps

Open AunCly opened this issue 1 month ago • 1 comments

Hello,

I don't know if it's an error, or if i missunderstand, but in training_step method

loss = mean_squared_error(predictions, targets)

And loss method take params in wrong (i supposed) order

def mean_squared_error(targets, predictions):

In any case thanks a lot for the free book !

AunCly avatar Oct 23 '25 15:10 AunCly