$ bash download.sh celeba
- python main.py --mode train --batch_size <4,8,16... depends on GPU memory>
- python main.py --mode test
- python main.py --mode custom --custom_image_name <000001.jpg... name of your image> --custom_image_label <1 0 0 1 1... 5 original labels of your image>
- Download G_weights.hdf5 and put into './models' directory.
HOANG Duc Thang