Personal code/notes for NTU Machine Learning 2022 Spring by Hung-yi Lee
Developed under WSL2 with Python 3.11 and PyTorch 2.1
- Create virtual environment
python -m venv .venv
- Activate environment
source .venv/bin/activate
- Install PyTorch
pip install torch torchvision torchaudio
- Install addtional packages used
pip install numpy packaging tensorboard tqdm torchinfo