Cheetsheet for Python os module
Some useful commands for Python os module, especially IO operations and file system operations.
All other notes that are not included in the other categories.
Some useful commands for Python os module, especially IO operations and file system operations.
A guide to customize your PyTorch Dataset. This is the first step for your PyTorch project.
Use pdb to debug python code. Cheat sheet.
List some commonly used commands for tensorboard.
Create, kill, and manage tmux sessions
Cross entropy is a loss function used in classification problems. This post will introduce the definition and the intuition behind cross entropy.
Maching learning basically have 2 tasks: regression and classification. This post will introduce how to evaluate the performance of ML models in these 2 tasks.
Setting up a Hugo site. Some details and tips.
Configurate Python Env. in Linux. Connect to server with VSCode.
Some common and useful git commands.