[PR #422] [MERGED] 366 labs raspi support - format and text review #1956

Closed
opened 2026-04-11 08:12:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/422
Author: @Mjrovai
Created: 8/30/2024
Status: Merged
Merged: 9/1/2024
Merged by: @profvjreddi

Base: 366-labs-raspi-supportHead: 366-labs-raspi-support


📝 Commits (10+)

  • 5521fae Update image path and figure ID in efficient_ai.qmd
  • 212d244 Merge branch 'dev' into improve-book
  • 3bce767 Merge pull request #313 from Sara-Khosravi/improve-book
  • 394c340 chose changes to keep or remove
  • 8888399 Merge pull request #356 from harvard-edge/sarah-chapter-8
  • 7bfe2cb Update readme and contributors.qmd with contributors
  • 7bc4c9a Merge branch 'dev'
  • f6440f6 Moved some things around
  • db1c937 Merge branch 'dev'
  • afa9bf8 Update readme and contributors.qmd with contributors

📊 Changes

22 files changed (+492 additions, -482 deletions)

View changed files

📝 .all-contributorsrc (+108 -101)
QTDublinIrish.otf (+0 -0)
📝 README.md (+30 -27)
📝 _quarto.yml (+8 -8)
📝 contents/benchmarking/benchmarking.qmd (+16 -20)
📝 contents/contributors.qmd (+32 -30)
📝 contents/efficient_ai/efficient_ai.qmd (+52 -34)
contents/efficient_ai/images/jpg/ds_stoves.jpg (+0 -0)
📝 contents/frameworks/frameworks.qmd (+18 -7)
📝 contents/hw_acceleration/hw_acceleration.qmd (+8 -8)
📝 contents/labs/raspi/image_classification/image_classification.qmd (+29 -26)
📝 contents/labs/raspi/setup/setup.qmd (+42 -40)
📝 contents/labs/seeed/xiao_esp32s3/xiao_esp32s3.qmd (+11 -6)
📝 contents/labs/shared/kws_feature_eng/kws_feature_eng.qmd (+1 -1)
📝 contents/ondevice_learning/ondevice_learning.qmd (+11 -13)
📝 contents/ops/ops.qmd (+12 -16)
📝 contents/optimizations/optimizations.qmd (+72 -127)
📝 contents/privacy_security/privacy_security.qmd (+12 -12)
📝 contents/sustainable_ai/sustainable_ai.qmd (+2 -2)
📝 contents/tools.qmd (+3 -3)

...and 2 more files

📄 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

    • 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

    • [x ] The chapter has been locally built and tested using Quarto.
    • [x ] 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.
    • [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

    • All group members have reviewed and approved the chapter.
    • 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.
    • 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

    • [x ] The chapter is pushed to the correct branch on the repository.
    • [x ] 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/422 **Author:** [@Mjrovai](https://github.com/Mjrovai) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 9/1/2024 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `366-labs-raspi-support` ← **Head:** `366-labs-raspi-support` --- ### 📝 Commits (10+) - [`5521fae`](https://github.com/harvard-edge/cs249r_book/commit/5521faeed0b1f5e50c1eb7234cd5d974a26203a0) Update image path and figure ID in efficient_ai.qmd - [`212d244`](https://github.com/harvard-edge/cs249r_book/commit/212d244f8cd8754e514c83cbf0dc7fb77f8d3fff) Merge branch 'dev' into improve-book - [`3bce767`](https://github.com/harvard-edge/cs249r_book/commit/3bce7672dcbf321e6296c7d55c013cfca331ccb9) Merge pull request #313 from Sara-Khosravi/improve-book - [`394c340`](https://github.com/harvard-edge/cs249r_book/commit/394c340da87cb3f41fc68bd797a9ad927936278f) chose changes to keep or remove - [`8888399`](https://github.com/harvard-edge/cs249r_book/commit/8888399098a3a4a1e2f82ede77fc2cc02a7ee726) Merge pull request #356 from harvard-edge/sarah-chapter-8 - [`7bfe2cb`](https://github.com/harvard-edge/cs249r_book/commit/7bfe2cb2426172f29919a518ad3d11e95127e7a4) Update readme and contributors.qmd with contributors - [`7bc4c9a`](https://github.com/harvard-edge/cs249r_book/commit/7bc4c9a07853644a6c6eb20017d6fd2c09dad83b) Merge branch 'dev' - [`f6440f6`](https://github.com/harvard-edge/cs249r_book/commit/f6440f66abe71201d2e8590e7fc5856b120145ba) Moved some things around - [`db1c937`](https://github.com/harvard-edge/cs249r_book/commit/db1c937cf0bf7f3a5ea9ebb15d0927f873eb0f49) Merge branch 'dev' - [`afa9bf8`](https://github.com/harvard-edge/cs249r_book/commit/afa9bf8761d735720be26f64c5febf5ce0e6e629) Update readme and contributors.qmd with contributors ### 📊 Changes **22 files changed** (+492 additions, -482 deletions) <details> <summary>View changed files</summary> 📝 `.all-contributorsrc` (+108 -101) ➖ `QTDublinIrish.otf` (+0 -0) 📝 `README.md` (+30 -27) 📝 `_quarto.yml` (+8 -8) 📝 `contents/benchmarking/benchmarking.qmd` (+16 -20) 📝 `contents/contributors.qmd` (+32 -30) 📝 `contents/efficient_ai/efficient_ai.qmd` (+52 -34) ➕ `contents/efficient_ai/images/jpg/ds_stoves.jpg` (+0 -0) 📝 `contents/frameworks/frameworks.qmd` (+18 -7) 📝 `contents/hw_acceleration/hw_acceleration.qmd` (+8 -8) 📝 `contents/labs/raspi/image_classification/image_classification.qmd` (+29 -26) 📝 `contents/labs/raspi/setup/setup.qmd` (+42 -40) 📝 `contents/labs/seeed/xiao_esp32s3/xiao_esp32s3.qmd` (+11 -6) 📝 `contents/labs/shared/kws_feature_eng/kws_feature_eng.qmd` (+1 -1) 📝 `contents/ondevice_learning/ondevice_learning.qmd` (+11 -13) 📝 `contents/ops/ops.qmd` (+12 -16) 📝 `contents/optimizations/optimizations.qmd` (+72 -127) 📝 `contents/privacy_security/privacy_security.qmd` (+12 -12) 📝 `contents/sustainable_ai/sustainable_ai.qmd` (+2 -2) 📝 `contents/tools.qmd` (+3 -3) _...and 2 more files_ </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** - [ ] 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** - [x ] The chapter has been locally built and tested using Quarto. - [x ] 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. - [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** - [ ] All group members have reviewed and approved the chapter. - [ ] 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. - [ ] 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** - [x ] The chapter is pushed to the correct branch on the repository. - [x ] 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-11 08:12:07 -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#1956