Published onOctober 11, 2024How to checkpoint and resume training in pytorchpythonpytorchdeep-learningTwo quick examples on how to checkpoint and resume training in pytorch.
Published onAugust 26, 2024How to benchmark resource requirements of deep learning modelspythonpytorchllmdeep-learningA 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 nvimneovimA set of commands to do search and replace for both single and multiple files on nvim
Published onMarch 4, 2024Managing project configuration with hydrapythonproject-managementQuick introduction and guide to using hydra for management configuration in large scale experiments.
Published onFebruary 27, 2024Project: Data Distillation for Tabular Dataprojecttabular-dataPresentation of the Data Distillation for Tabular Data project at AAAI-24
Published onFebruary 16, 2024How to setup vimtex for LazyVimneovimvimtexlatexUsing neovim and vimtex to compile latex locally.
Published onJanuary 30, 2024Unofficial RPI presentation template for beamerlatexbeamerpresentationUnofficial RPI presentation template for beamer.
Published onJanuary 14, 2024How to manage python dependencies with conda and venvcondavenvpythonA simple guide on using conda and venv to manage python virtual environments.
Published onJanuary 12, 2024Unofficial RPI poster template for beamerlatexbeamerposterUnofficial RPI poster template for beamer.
Published onDecember 12, 2023Project: Private Supply Chain using Chainlink CCIPprojectchainlinkCCIPhackathonsolidityZKPCross link private Supply -- Chainlink Constellation Hackation 2023 submission
Published onOctober 19, 2023A tutorial on using open source LLMsLLMLLaMA2transformerspeftA tutorial on setting up your own instance of LLM and fine-tuning them.
Published onAugust 6, 2023Progress Bars in PythonpythonDifferent options for making a nice progress bar in python scripts.
Published onJuly 8, 2023Tips for using remote computing resourcessshremote-computingSome tips I learned over the years on using a remote computing resources effectively.
Published onJune 18, 2023Hyperparameter tuning with Pytorch Lightning + Ray TuneDeep-LearingPytorchPyTorch-LightningRay-TuneQuick tutorial on how to use tensorboard to do initial hyperparameter tuning with pytorch lightning.