Skip to content

Quick Start

Installation

pip install wsdp

3-Step Usage

1. Download Data

wsdp download elderAL ./data

2. Train

wsdp run ./data/elderAL ./output elderAL --lr 0.001 --epochs 50

3. Check Results

ls ./output/
# best_model.pth, confusion_matrix.png, output.log

See CLI Usage for all options.