This post talks about reading and parsing the YOLOv3 config file and building a Darknet-53 model using PyTorch.
This is the start of a series on understanding and implementing the YOLOv3 model using PyTorch.
This post shows a way to automatically convert word look-ups in a custom desktop dictionary into flashcards of org-drill.
This post shares my experience with a simple spaced repetition utility in Emacs org-mode.
This post explains transposed convolution and relevant module arguments in PyTorch.
This post reviews 5 podcast client applications in Linux: Vocal, CPod, Poddr, gPodder and castero.
My new configs for Neovim with LSP, tree-sitter and nvim-cmp setups.
In this post I share how to create a dot pattern portrait effect using Python, inspired by the same effect achieved using Photoshop.
This post introduces a simple Python script that batch downloads and processes climate indices from the NOAA PSL webpage.
In this post we are going to work out a vectorized Mann-Kendall trend test implementation using numpy and scipy.