mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-01-10 14:20:02 +00:00
* Update appendix-D.ipynb - lr missing argument for passing peak_lr to the optimizer - filling 1 step gap for gradient clipping * adjustments --------- Co-authored-by: rasbt <mail@sebastianraschka.com>
Appendix D: Adding Bells and Whistles to the Training Loop
- 01_main-chapter-code contains the main chapter code.