[PR #47] [CLOSED] Aditi Raju [READY TO MERGE] #6579

Closed
opened 2026-04-24 16:55:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/47
Author: @AditiR-42
Created: 11/2/2023
Status: Closed

Base: mainHead: aditi-raju


📝 Commits (7)

📊 Changes

15 files changed (+1043 additions, -380 deletions)

View changed files

images/ondevice_fed_averaging.png (+0 -0)
images/ondevice_gboard_approach.png (+0 -0)
images/ondevice_gboard_example.png (+0 -0)
images/ondevice_intro.png (+0 -0)
images/ondevice_medperf.png (+0 -0)
images/ondevice_pretraining.png (+0 -0)
images/ondevice_pruning.png (+0 -0)
images/ondevice_quantization_matrix.png (+0 -0)
images/ondevice_split_model.png (+0 -0)
images/ondevice_training_flow.png (+0 -0)
images/ondevice_transfer_learning_apps.png (+0 -0)
images/ondevice_transfer_tinytl.png (+0 -0)
📝 ondevice_learning.qmd (+570 -30)
📝 references.bib (+472 -349)
📝 workflow.qmd (+1 -1)

📄 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/47 **Author:** [@AditiR-42](https://github.com/AditiR-42) **Created:** 11/2/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `aditi-raju` --- ### 📝 Commits (7) - [`71c8e9a`](https://github.com/harvard-edge/cs249r_book/commit/71c8e9aa9c444bac31a511c0fa481d4703eabd14) ready for pr - [`841a2e2`](https://github.com/harvard-edge/cs249r_book/commit/841a2e2493457d4aef12138cdaeb49d1e10e72f2) Making a review pass in the PR, outside of the Google docs - [`a0e0f14`](https://github.com/harvard-edge/cs249r_book/commit/a0e0f144f9f62f709208d4bbb117c2cec900aeb3) Minor tweaking - [`5fdabf3`](https://github.com/harvard-edge/cs249r_book/commit/5fdabf34918deb9f421ff9517c74709571beea81) Writing update - [`d60b07b`](https://github.com/harvard-edge/cs249r_book/commit/d60b07b5a53b43c23d17eda89a25b8b9eedd19ce) Cover iamge - [`7d2528f`](https://github.com/harvard-edge/cs249r_book/commit/7d2528ff8b2b17aa1833ff661ef23c793c3a75e5) removing old refs, in process of replacing with new ones - [`a5e1c5d`](https://github.com/harvard-edge/cs249r_book/commit/a5e1c5d4f6287ec029ff555333f5b48ec803052a) add references ### 📊 Changes **15 files changed** (+1043 additions, -380 deletions) <details> <summary>View changed files</summary> ➕ `images/ondevice_fed_averaging.png` (+0 -0) ➕ `images/ondevice_gboard_approach.png` (+0 -0) ➕ `images/ondevice_gboard_example.png` (+0 -0) ➕ `images/ondevice_intro.png` (+0 -0) ➕ `images/ondevice_medperf.png` (+0 -0) ➕ `images/ondevice_pretraining.png` (+0 -0) ➕ `images/ondevice_pruning.png` (+0 -0) ➕ `images/ondevice_quantization_matrix.png` (+0 -0) ➕ `images/ondevice_split_model.png` (+0 -0) ➕ `images/ondevice_training_flow.png` (+0 -0) ➕ `images/ondevice_transfer_learning_apps.png` (+0 -0) ➕ `images/ondevice_transfer_tinytl.png` (+0 -0) 📝 `ondevice_learning.qmd` (+570 -30) 📝 `references.bib` (+472 -349) 📝 `workflow.qmd` (+1 -1) </details> ### 📄 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. --- <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-04-24 16:55:27 -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#6579