Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 182 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 182 Bytes

Setup

pip install -r requirements.txt

Training

python train.py --root "./data" --max_epoch 20

Testing

python test.py --root "./data"