fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
17.97k stars 8.48k forks source link

Issue related to the book not the notebook #173

Open MadMenHitBooker opened 2 years ago

MadMenHitBooker commented 2 years ago

Hi,

in the book, Chapter 9, Advanced deep learning for computer vision,9.2 An image segmentation example, After the figure 9.4:

In the code there is a parameter img_size :

img_size = (200, 200)

And the comment states :

We resize everything to 180x180, like in the last chapter.

I think it's a typo.