English-Posts

2025
TL;DR: I created Raddy, a forward autodiff library, and Symars, a symbolic codegen library.
From the perspective of a newbie user
Intro: A taste of the Rust programming language
Intro: Troubleshooting Memory and Speed Performance
Intro: Building the UI as a Hybrid Rust & Python Application
Intro: PyTorch is a Deep Learning Operating System.
When training models with PyTorch, out-of-memory (OOM) errors are common, necessitating GPU memory optimization. When simple methods (like reducing batch size) no longer work, analyzing the memory footprint of the model itself may be required.