Typo in instructions for part 6 of the "Neural Style Transfer" lab?

Hello!

There are likely a few typos in Part 6 of the “Neural Style Transfer” lab (DLS, Course 4, Week 4).

In instruction #3 of the section “Test with your own image,” it says:

“change the code in part (4) from”.

But these code chunks are in the part 5:


It also mentions that the style_image should be changed to np.array(Image.open(“my_style.jpg”).resize((img_size, img_size))). However, it seems that “images” directory was likely omitted in the new code snippet.

Convolutional Neural Networks

1 Like

Hey @VeronikaS

You are correct it should be part(5)

Notifying L.T of this specialisation for correction.

@Mubsi, the last exercise needs the correction to be mentioned as part(5) instead of part (4), although when I clicked the pinned linked it took me the DLS course 4 week assignments list from GitHub repo. Just letting you know.

Thank you Veronika for notifying!!

Regards
DP

1 Like

Thanks. This has been noted.

1 Like