ageron / tf2_course

Notebooks for my "Deep Learning with TensorFlow 2 and Keras" course
Apache License 2.0
1.92k stars 537 forks source link

[Bug] Use of X_valid & X_test #9

Closed kettenfett closed 5 years ago

kettenfett commented 5 years ago

Why is X_test used with model.fit in excercise 5 of 01_neural_nets_with_keras.ipynb, when in all other excersices in that notebook, it's always X_valid? I think X_test is to be reserved for final evaluation only, right? So I think this is a mistake?

ageron commented 5 years ago

Great catch, thanks a lot @philippHRO, I just fixed this.