Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 331 Bytes

File metadata and controls

24 lines (15 loc) · 331 Bytes

AffectNet Baseline using Pytorch Lightning

Cong M. Vo

Installation

pip install -r requirements.txt

Training

  1. Train baseline
python train.py -c experiments/baseline.yaml --gpus 1 --num_workers 6
  1. Train with Vit
python train.py -c experiments/vit.yaml --gpus 1 --num_workers 6