deep-learning-with-python-notebooks
deep-learning-with-python-notebooks copied to clipboard
Issue related to the book not the notebook
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.