mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 09:57:21 -05:00
[GH-ISSUE #976] Typo in Self-Check: Question 4.3 (CNNs) #1653
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VThuong99 on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/harvard-edge/cs249r_book/issues/976
Description
There is a minor error in the multiple-choice question regarding CNN architectural features.
Current version:
Issue:
Option labels are mismatched — “Both B and C” refers to “Parameter sharing” and “Local connectivity”, but “Local connectivity” is labeled as option d, not c.
Proposed fix:
@VThuong99 commented on GitHub (Oct 12, 2025):
This typo is clear, so I will work on fixing it.
@profvjreddi commented on GitHub (Oct 12, 2025):
Ah, thanks for pointing this out!
I need to be more cautious since I wrote a script to rebalance the quizzes.
Initially, i made most answers as "A" to allow for quick validation, and
then I used the script to shuffle the quiz answers, which is why I missed
this. I’ll review all the other quizzes as well.
Thanks 🙏
Vijay Janapa Reddi, Ph.D.
Gordon McKay Professor of Electrical Engineering
John A. Paulson School of Engineering and Applied Sciences
Harvard University
📍 150 Western Ave, Room 5.305,
Boston, MA 02134, USA (Google Maps
https://maps.app.goo.gl/ixd9WAgDbCGBwymC6)
🌐 Homepage https://vijay.seas.harvard.edu | 📚 Research
https://profvjreddi.github.io/homepage/research | 📕 Teaching
https://mlsysbook.org/ | 💻 GitHub https://github.com/profvjreddi | 📅
Calendar https://profvjreddi.github.io/homepage/contact | 🧑💼 Assistant
https://profvjreddi.github.io/homepage/contact#contact-methods
On Sat, Oct 11, 2025 at 11:43 PM, Thuong Duong @.***>
wrote: