[PR #587] [MERGED] Improvement on Ch3 (DL Primer): add code snapshot for 3.5 training and 3.6 inference, fix equation typo #32503

Closed
opened 2026-07-13 11:15:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/587
Author: @zishenwan
Created: 1/5/2025
Status: Merged
Merged: 1/5/2025
Merged by: @profvjreddi

Base: devHead: 585-feedback-on-chapter-3-dl-primer


📝 Commits (3)

  • a678862 add code snapshot for 3.5 training and 3.6 inference, fix equ typo
  • 742ac1c Added images and code to further clarify training loop + inference
  • 62c4b01 Updated caption for the figure

📊 Changes

4 files changed (+80 additions, -23 deletions)

View changed files

📝 contents/core/dl_primer/dl_primer.qmd (+80 -23)
contents/core/dl_primer/images/png/post-processing-flow.png (+0 -0)
contents/core/dl_primer/images/png/training-detailed.png (+0 -0)
contents/core/dl_primer/images/png/training-overview.png (+0 -0)

📄 Description

Before submitting your Pull Request, please review and complete the items on this checklist.

  • The text has been proofread for grammar and spelling errors.
  • All images, figures, and tables render properly without any glitches.
  • All images have a source or they are properly linked to external sites.
  • The chapter's formatting is consistent with the rest of the book.
  • The chapter has been locally built and tested using Quarto.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/587 **Author:** [@zishenwan](https://github.com/zishenwan) **Created:** 1/5/2025 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `585-feedback-on-chapter-3-dl-primer` --- ### 📝 Commits (3) - [`a678862`](https://github.com/harvard-edge/cs249r_book/commit/a678862be0a3291dc6cb026d10cd9812dab9676d) add code snapshot for 3.5 training and 3.6 inference, fix equ typo - [`742ac1c`](https://github.com/harvard-edge/cs249r_book/commit/742ac1cad6ba3f85e304599f6f16c40a1394d0bd) Added images and code to further clarify training loop + inference - [`62c4b01`](https://github.com/harvard-edge/cs249r_book/commit/62c4b0101d7e785abc87a9a9807a4613ea2ee2a6) Updated caption for the figure ### 📊 Changes **4 files changed** (+80 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `contents/core/dl_primer/dl_primer.qmd` (+80 -23) ➕ `contents/core/dl_primer/images/png/post-processing-flow.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/training-detailed.png` (+0 -0) ➕ `contents/core/dl_primer/images/png/training-overview.png` (+0 -0) </details> ### 📄 Description Before submitting your Pull Request, please review and complete the items on this checklist. - [x] The text has been proofread for grammar and spelling errors. - [x] All images, figures, and tables render properly without any glitches. - [x] All images have a source or they are properly linked to external sites. - [x] The chapter's formatting is consistent with the rest of the book. - [x] The chapter has been locally built and tested using Quarto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 11:15:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#32503