mrdbourke / tensorflow-deep-learning

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

fix predict() argument in 2 #502

Closed inyong37 closed 1 year ago

inyong37 commented 1 year ago

Hello. I am Inyong. I just started taking classes anew.

I got an issue during watching and practicing the 79th lecture. So while I was trying to fix and looking at the colab notebook in this repo, I found that the argument of model_3.predict() had y_test, not X_test. Therefore, I make this merge request.

I'm enjoying the lecture :)

inyong37 commented 1 year ago

@mrdbourke Could you please take a look?

inyong37 commented 1 year ago

I modified it with PyCharm and created a lot of diffs. I will delete this MR and leave it as an issue.