Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 611 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 611 Bytes

Deep Learning Tutorial

Pre-requisites

Install dependencies

# Sync requirements.txt
uv pip sync requirements.txt

# Or fresh install 
uv pip install -U numpy polars wandb torch matplotlib scienceplots

Generate data

cd data
cargo run --release

data

Train & Test

# Activate virtual environment
source .venv/bin/activate

# Train & Draw a plot
python main.py

plot