This is a simple demo code for CelebA dataset.

Before running the code, we need to download the CelebA dataset from the following link:
https://mmlab.ie.cuhk.edu.hk/projects/CelebA.html

In particular, we need the following files:

list_attr_celeba.txt
https://drive.google.com/drive/folders/0B7EVK8r0v71pOC0wOVZlQnFfaGs?resourcekey=0-pEjrQoTrlbjZJO2UL8K_WQ

list_eval_partition.txt
https://drive.google.com/drive/folders/0B7EVK8r0v71pdjI3dmwtNm5jRkE?resourcekey=0-TD_RXHhlG6LPvwHReuw6IA

img_align_celeba.zip
https://drive.google.com/drive/folders/0B7EVK8r0v71pTUZsaXdaSnZBZzg?resourcekey=0-rJlzl934LzC-Xp28GeIBzQ


Then we need to preprocess the dataset through   data_processing.py

- Run the experiment

python main.py --target_id 2 --kappa 1e-3