lmoroney / dlaicourse

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

Course 1 - Part 8 - Lesson 2 - Notebook.ipynb - Updated image resize comment #37

Open sebasbad opened 5 years ago

sebasbad commented 5 years ago

Hi,

On the Course 1 - Part 8 - Lesson 2 - Notebook.ipynb notebook, I've updated the comment for this line

target_size=(300, 300),  # All images will be resized to 150x150

to this

target_size=(300, 300),  # All images will be resized to 300x300

but the indentation of the notebook source code is different so unfortunately the diff is of no help ...