Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 301 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 301 Bytes

Facial_Attributes_Multi-task

This is the Facial Attributes/Multi-task Learning/Basiline Model.

You just need:

1.Download the CelebA dataset to the folder './data'.

2.python train.py --gpu 0,1 to train,and the model you trained will be saved in './ckp'.

3.python test.py --<params> to test.