mrdbourke / tensorflow-deep-learning

All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
https://dbourke.link/ZTMTFcourse
MIT License
5.05k stars 2.5k forks source link

Notebook 02 - `y_test` passed to `model.predict()`, should be `X_test` #599

Closed mrdbourke closed 9 months ago

mrdbourke commented 9 months ago

See here: https://dev.mrdbourke.com/tensorflow-deep-learning/02_neural_network_classification_in_tensorflow/#improving-a-model

Screenshot 2023-10-10 at 5 01 30 pm
mrdbourke commented 9 months ago

Fixed in #597