[PR #146] [MERGED] Optimizations chapter figures #608

Closed
opened 2026-03-22 15:46:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/146
Author: @eliasab16
Created: 12/18/2023
Status: Merged
Merged: 12/19/2023
Merged by: @profvjreddi

Base: mainHead: optimizations-chapter-figures


📝 Commits (6)

  • 1c2a0ed Added figures; fixed formatting
  • 457f6bf Fixed formatting and other errors
  • 3dc079d Fixed broken references
  • 7021008 Fixed broken reference
  • 6256fe4 fixed yet another error thats not showing up locally :(
  • e09210b Merge branch 'main' into optimizations-chapter-figures

📊 Changes

7 files changed (+102 additions, -70 deletions)

View changed files

contents/optimizations/images/jpg/modeloptimization_3float_types.jpeg (+0 -0)
contents/optimizations/images/jpg/modeloptimization_channel_layer_pruning.jpeg (+0 -0)
contents/optimizations/images/jpg/modeloptimization_iterative_pruning.jpeg (+0 -0)
contents/optimizations/images/jpg/modeloptimization_oneshot_pruning.jpeg (+0 -0)
contents/optimizations/images/jpg/modeloptimization_sprase_matrix.jpeg (+0 -0)
contents/optimizations/images/jpg/modeloptimization_winning_ticket.jpeg (+0 -0)
📝 contents/optimizations/optimizations.qmd (+102 -70)

📄 Description

Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist.

  1. Content

    • The chapter content is complete and covers the topic in detail.
    • All technical terms are well-defined and explained.
    • Any code snippets or algorithms are well-documented and tested.
    • The chapter follows a logical flow and structure.
  2. References & Citations

    • All references are correctly listed at the end of the chapter.
    • In-text citations are used appropriately and match the references.
    • All figures, tables, and images have proper sources and are cited correctly.
  3. Quarto Website Rendering

    • The chapter has been locally built and tested using Quarto.
    • All images, figures, and tables render properly without any glitches.
    • All images have a source or they are properly linked to external sites.
    • Any interactive elements or widgets work as intended.
    • The chapter's formatting is consistent with the rest of the book.
  4. Grammar & Style

    • The chapter has been proofread for grammar and spelling errors.
    • The writing style is consistent with the rest of the book.
    • Any jargon is clearly explained or avoided where possible.
  5. Collaboration

    • All group members have reviewed and approved the chapter.
    • Any feedback from previous reviews or discussions has been addressed.
  6. Miscellaneous

    • All external links (if any) are working and lead to the intended destinations.
    • If datasets or external resources are used, they are properly credited and linked.
    • Any necessary permissions for reused content have been obtained.
  7. Final Steps

    • The chapter is pushed to the correct branch on the repository.
    • The Pull Request is made with a clear title and description.
    • The Pull Request includes any necessary labels or tags.
    • The Pull Request mentions any stakeholders or reviewers who should take a look.

🔄 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/146 **Author:** [@eliasab16](https://github.com/eliasab16) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `main` ← **Head:** `optimizations-chapter-figures` --- ### 📝 Commits (6) - [`1c2a0ed`](https://github.com/harvard-edge/cs249r_book/commit/1c2a0ed09dc278c2fa09e5212880c78aec48f4e8) Added figures; fixed formatting - [`457f6bf`](https://github.com/harvard-edge/cs249r_book/commit/457f6bf68853265f780bd82e2475c1966c628521) Fixed formatting and other errors - [`3dc079d`](https://github.com/harvard-edge/cs249r_book/commit/3dc079d127f87fa14e24f066e9677a58444d4131) Fixed broken references - [`7021008`](https://github.com/harvard-edge/cs249r_book/commit/7021008823c3e077b913db54bcd88e776070c92e) Fixed broken reference - [`6256fe4`](https://github.com/harvard-edge/cs249r_book/commit/6256fe4146369715c933ba16f55f9523aa0b3a5d) fixed yet another error thats not showing up locally :( - [`e09210b`](https://github.com/harvard-edge/cs249r_book/commit/e09210b9bd68cbf072ed650759ba2f481e990963) Merge branch 'main' into optimizations-chapter-figures ### 📊 Changes **7 files changed** (+102 additions, -70 deletions) <details> <summary>View changed files</summary> ➕ `contents/optimizations/images/jpg/modeloptimization_3float_types.jpeg` (+0 -0) ➕ `contents/optimizations/images/jpg/modeloptimization_channel_layer_pruning.jpeg` (+0 -0) ➕ `contents/optimizations/images/jpg/modeloptimization_iterative_pruning.jpeg` (+0 -0) ➕ `contents/optimizations/images/jpg/modeloptimization_oneshot_pruning.jpeg` (+0 -0) ➕ `contents/optimizations/images/jpg/modeloptimization_sprase_matrix.jpeg` (+0 -0) ➕ `contents/optimizations/images/jpg/modeloptimization_winning_ticket.jpeg` (+0 -0) 📝 `contents/optimizations/optimizations.qmd` (+102 -70) </details> ### 📄 Description Before submitting your Pull Request, please ensure that you have carefully reviewed and completed all items on this checklist. 1. **Content** - [x] The chapter content is complete and covers the topic in detail. - [x] All technical terms are well-defined and explained. - [x] Any code snippets or algorithms are well-documented and tested. - [x] The chapter follows a logical flow and structure. 2. **References & Citations** - [x] All references are correctly listed at the end of the chapter. - [x] In-text citations are used appropriately and match the references. - [x] All figures, tables, and images have proper sources and are cited correctly. 3. **Quarto Website Rendering** - [x] The chapter has been locally built and tested using Quarto. - [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] Any interactive elements or widgets work as intended. - [x] The chapter's formatting is consistent with the rest of the book. 4. **Grammar & Style** - [x] The chapter has been proofread for grammar and spelling errors. - [x] The writing style is consistent with the rest of the book. - [x] Any jargon is clearly explained or avoided where possible. 5. **Collaboration** - [x] All group members have reviewed and approved the chapter. - [x] Any feedback from previous reviews or discussions has been addressed. 6. **Miscellaneous** - [x] All external links (if any) are working and lead to the intended destinations. - [x] If datasets or external resources are used, they are properly credited and linked. - [x] Any necessary permissions for reused content have been obtained. 7. **Final Steps** - [x] The chapter is pushed to the correct branch on the repository. - [x] The Pull Request is made with a clear title and description. - [x] The Pull Request includes any necessary labels or tags. - [x] The Pull Request mentions any stakeholders or reviewers who should take a look. --- <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-03-22 15:46:54 -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#608