CS 236 Project.
-
Download dataset from cohn-kanade+.
-
Face Alignment (Square Cropping/Greyscale RGB conversion included in transforms)
python preprocessing/face_alignment.py
- Run DCGAN Baseline
python mod_cifar_dcgan.py --cuda --epochs=150
TODO (evazhang612): Add more layers.