Michael Riedl's Blog - Dabbling in all things.
Personal blog for documenting projects ranging from electronics, programming, data science, to machine/deep learning.
Tag: programming
Testing out the Logging for Lightning Fabric
Testing how logging works with distributed training using Lightning Fabric.
Read more →
Installing llama-cpp-python with GPU Support
Installing llama-cpp-python to work with GPU offloading of model.
Read more →
Installing NVIDIA Apex on Windows 11
Installing NVIDIA Apex on Windows 11 for use with PyTorch 2.x.
Read more →
Installing SLURM on Jetson Nano
Installing SLURM on a Jetson Nano in a Turing Pi 2 cluster.
Read more →
Implementing the A* Pathfinding Algorithm with ChatGPT
Using ChatGPT to implement the A* pathfinding algorithm in Python.
Read more →
Copying a WSL Distribution
Copying a Windows Subsystem for Linux distribution and fixing common issues.
Read more →
Speeding up your Transformer Model by Upgrading
How upgrading your PyTorch version can speed up your Transformer model.
Read more →
Setting Up WSL on Windows 11 22H2
Dealing with issues setting up WSL on Windows 11 with update 22H2.
Read more →
Sniffing WiFi APs with Flipper Zero and WiFi Dev Board
Modifying the WiFi dev board to sniff access points with the Flipper Zero.
Read more →
Building an Object Detection Model with TFLite Model Maker
Setup and issues training an object detection model with TFLite Model Maker.
Read more →
Setting Up a Python Virtual Environment on a RPi
How to setup a Python virtual environment (virtualenv) on a Raspberry Pi.
Read more →
HUZZAH 8266 with the Adafruit FeatherWing OLED
How to use the HUZZAH 8266 with the Adafruit FeatherWing OLED and MicroPython.
Read more →
WiFi Issues Dual Booting on Strix X570E
WiFi issues with dual booting Ubuntu and Windows 10 on the ASUS Strix X570E Gaming II motherboard.
Read more →
Schedule Rsync Jobs with Crontab on MacOS
Steps and settings to run crontab scheduled rsync jobs with macOS.
Read more →
Custom ML Docker Container for Jetson Nano
Building a custom machine learning Docker container for the 2GB Jetson Nano.
Read more →
Testing Your GitHub Pages Site Locally with Jekyll
Getting GitHub pages and Jekyll setup locally on macOS.
Read more →
Installing Streamlit on RPi4
How to install Streamlit on RPi4 with Ubuntu 20.04.2 LTS 64-bit.
Read more →