Published onOctober 11, 2024How to checkpoint and resume training in pytorchdeep-learning (2)python (5)pytorch (5)Two quick examples on how to checkpoint and resume training in pytorch.
Published onAugust 26, 2024How to benchmark resource requirements of deep learning modelsdeep-learning (2)llm (3)python (5)pytorch (5)A quick step-by-step guide to benchmarking the resource requirements of training/testing deep learning models using ptflops.
Published onMarch 14, 2024How to do search and replace on nvimneovim (2)A set of commands to do search and replace for both single and multiple files on nvim
Published onMarch 4, 2024Managing project configuration with hydraproject-management (1)python (5)Quick introduction and guide to using hydra for management configuration in large scale experiments.
Published onFebruary 27, 2024Project: Data Distillation for Tabular Dataproject (7)tabular-data (1)Presentation of the Data Distillation for Tabular Data project at AAAI-24
Published onFebruary 16, 2024How to setup vimtex for LazyVimlatex (3)neovim (2)vimtex (1)Using neovim and vimtex to compile latex locally.
Published onJanuary 30, 2024Unofficial RPI presentation template for beamerbeamer (2)latex (3)presentation (1)Unofficial RPI presentation template for beamer.
Published onJanuary 14, 2024How to manage python dependencies with conda and venvconda (1)python (5)venv (1)A simple guide on using conda and venv to manage python virtual environments.
Published onJanuary 12, 2024Unofficial RPI poster template for beamerbeamer (2)latex (3)poster (1)Unofficial RPI poster template for beamer.
Published onDecember 12, 2023Project: Private Supply Chain using Chainlink CCIPCCIP (1)ZKP (1)chainlink (1)hackathon (2)project (7)solidity (2)Cross link private Supply -- Chainlink Constellation Hackation 2023 submission
Published onOctober 19, 2023A tutorial on using open source LLMsLLM (3)LLaMA2 (1)peft (1)transformers (1)A tutorial on setting up your own instance of LLM and fine-tuning them.
Published onAugust 6, 2023Progress Bars in Pythonpython (5)Different options for making a nice progress bar in python scripts.
Published onJuly 8, 2023Tips for using remote computing resourcesremote-computing (2)ssh (2)Some tips I learned over the years on using a remote computing resources effectively.
Published onJune 18, 2023Hyperparameter tuning with Pytorch Lightning + Ray TuneDeep-Learing (1)PyTorch-Lightning (1)Pytorch (5)Ray-Tune (1)Quick tutorial on how to use tensorboard to do initial hyperparameter tuning with pytorch lightning.