Alma: Find The Fastest PyTorch Model Conversion | Auto-Benchmark 50+ OptionsOpen source Python package that finds the best PyTorch conversion method for your model, data, and hardware.Jan 5Jan 5
My favourite Python snippetsI’ve coded Python full time for half a decade now, and I have found some snippets of code that are a godsend. I thought I would share them…Nov 26, 2024Nov 26, 2024
How to automatically backup arbitrary files from across a Linux system to GithubI was messing around with my Linux config files, and I realized it would be painful to have to do this all over again when I moved to…Apr 25, 2024Apr 25, 2024
How to see inside of your neural network: combining tensor histograms and Jacobian Sensitivity…In this blog I will introduce a tool I have built for visualizing what’s happening inside neural networks in what I consider a useful way…Apr 19, 2024Apr 19, 2024
How to remove all trace of a file from your git history (and automate it with BASH)I am no web developer, but I have dabbled. I have built 2 websites, both offline now, for hobbies and/or potential businesses I wanted to…Feb 4, 2024Feb 4, 2024
How to quantize a neural network model in PyTorch: an in-depth explanationFor a background on why neural network quantization is attractive, I would recommend this Medium post…Jan 29, 20242Jan 29, 20242