Commit Graph

27 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
6dab6eb5e4 (Non-) ASCII checker scripts + fixes
When working with PDF builds, one of the big issues has been that I get into Unicode error issues, and so the scripts in this particular push help find all the non-ASCII Unicodes so that I can fix them manually. Also, another issue that shows up is with figure reference labels, which can be broken. And so, the fig_references script detects those and raises errors.
2024-02-19 16:57:54 -05:00
naeemkh
2e3fae4969 fix style for successful render 2024-02-09 13:03:29 -05:00
Jared Ping
8e795c7cf7 Optimisations: Missing reference for quantization-aware pruning 2024-01-29 19:21:10 +02:00
Jared Ping
270ec29912 Optimisations: Remove incomplete sparsity matrix filter illustration (included further below) 2024-01-29 19:19:06 +02:00
Vijay Janapa Reddi
2867c9038f Update all bibtex references automatically
Improved citation key for bibtex: Added a script to automatically generate and update citation keys in QMD files. This resolves formatting issues caused by characters like underscores in the original citation keys.
2024-01-21 18:31:11 -05:00
Vijay Janapa Reddi
e09210b9bd Merge branch 'main' into optimizations-chapter-figures 2023-12-19 09:11:26 -05:00
Vijay Janapa Reddi
446e1d2cb5 Updated the way a reference shows 2023-12-19 09:03:17 -05:00
Elias Nuwara
6256fe4146 fixed yet another error thats not showing up locally :( 2023-12-18 13:37:11 -05:00
eliasab@college.harvard.edu
7021008823 Fixed broken reference 2023-12-18 13:31:12 -05:00
eliasab@college.harvard.edu
3dc079d127 Fixed broken references 2023-12-18 13:22:57 -05:00
eliasab@college.harvard.edu
457f6bf688 Fixed formatting and other errors 2023-12-18 13:16:40 -05:00
eliasab@college.harvard.edu
1c2a0ed09d Added figures; fixed formatting 2023-12-18 12:40:05 -05:00
naeemkh
528855bbfc fix markdown issue with windows 2023-12-14 10:06:48 -05:00
mrdragonbear
3e6e05e4f3 Updated missing reference for attention paper in optimizations.qmd 2023-12-12 15:34:48 +00:00
Douwe den Blanken
4119460f05 Merge remote-tracking branch 'upstream/main' into fix/q-bert-reference-square-brackets 2023-12-12 14:48:53 +01:00
Douwe den Blanken
bd6646efe2 Use square bracket for references 2023-12-12 14:43:04 +01:00
Vijay Janapa Reddi
42cb3df545 Updated tinyML to TinyML to be consistent throughout 2023-12-11 14:02:27 -05:00
Vijay Janapa Reddi
363bd5c9c0 Updated Float32 to FP32 to be consistent 2023-12-11 11:43:50 -05:00
Vijay Janapa Reddi
3b575367bf Removed odd bolding in text 2023-12-11 11:42:31 -05:00
Vijay Janapa Reddi
cc429ca9fd Merge branch 'fix/remove-duplicate-lottery-ticket-text' into main 2023-12-11 10:31:52 -05:00
Vijay Janapa Reddi
43ebba1467 Merge pull request #112 from V0XNIHILI/feat/add-book-generation
Make sure EPUB generation work
2023-12-11 10:23:33 -05:00
Douwe den Blanken
180a0597a5 Fix two missing references in optimizations.qmd 2023-12-11 12:46:46 +01:00
Douwe den Blanken
c6b2c7e5f0 Remove duplicate sentence from optimizations.qmd about lottery ticket hypothesis 2023-12-11 11:52:57 +01:00
Douwe den Blanken
4d6a0e5c31 Merge remote-tracking branch 'upstream/main' into feat/add-book-generation 2023-12-11 11:22:28 +01:00
Vijay Janapa Reddi
c3909c36a1 Distributed references - each chapter has its own references files
The references.bib file causes significant conflicts when multiple people work on their chapters. Therefore, we are dividing the references.bib file into individual chapters. This approach has its own drawbacks, such as the potential duplication of references. However, we can implement checks for this in the future. For now, this method reduces merge conflicts.
2023-12-10 20:56:02 -05:00
Vijay Janapa Reddi
d3dc9f17d4 Created subfolders within images/ based on filetype
Better organization for the future to build a PDF etc. cause images need to be pulled from the right type for quality rendering. Currently, not being used but will be useful in the future and plus the organization now doesn't hurt by any means, only makes the "code" cleaner.
2023-12-10 15:19:47 -05:00
Vijay Janapa Reddi
3625af9cc4 Massive reorganization of the files into folder structure
We put all the QMD files under their own directory structure. The directory contains the QMD file and also an images directory, so each chapter is now self-contained

As part of this reorg, I updated the links to images etc. to make sure they are all pointing to the right location
2023-12-10 14:46:00 -05:00