lmoroney / dlaicourse

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

Course 2 - Part 4 - Lesson 2 - Notebook #22

Open shvl opened 5 years ago

shvl commented 5 years ago

Running the Model Section

images np.vstack([x])

It should be:

images = np.vstack([x])
JonathanSum commented 5 years ago

This is already fixed.