lmoroney / dlaicourse

Notebooks for learning deep learning
5.66k stars 5.37k forks source link

Course 1 - Part 8 - Lesson 2: info about validation should be removed #81

Open pro100olga opened 4 years ago

pro100olga commented 4 years ago

In Course 1 - Part 8 - Lesson 2 notebook "Data Preprocessing" section has information about validation set:

We'll have one generator for the training images and one for the validation images. Our generators will yield batches of images of size 300x300 and their labels (binary).

However this notebook does not include validation (it is introduced in lesson 3).