Errata Report: C1M2_Assignment.ipynb (Typos & Non-editable cells)

Hi everyone,

While working on the second assignment, I noticed two minor things that might help improve the flow for future students:

1. Locked cell in Section 1.2 (Explore the Raw Data)
The instructions suggest changing the index value to visualize different samples. However, the code cell containing helper_utils.visualize_image is currently set to non-editable in the notebook metadata, which prevents users from following that instruction.
The same also applies to the corresponding cell in Section 1.3, where we call print(img_tensor) instead of plotting the image.

2. Typo in Exercise 1
In the instructions for creating the DataLoaders, there is a small typo where “shuffle” is written as “suffle.”

Just wanted to share these so they can be polished in the next update. Happy to contribute directly or provide more context if needed!

Thanks for the great content!

Best regards,
Carl

Hi @Carl_Schmidt,

Thanks for reporting these. I have fixed them in the assignment.

Best,
Mubsi