Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 493 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 493 Bytes

Machine Learning 2022

Personal code/notes for NTU Machine Learning 2022 Spring by Hung-yi Lee

Setup Environment

Developed under WSL2 with Python 3.11 and PyTorch 2.1

  1. Create virtual environment python -m venv .venv
  2. Activate environment source .venv/bin/activate
  3. Install PyTorch pip install torch torchvision torchaudio
  4. Install addtional packages used pip install numpy packaging tensorboard tqdm torchinfo