-
Install the Celeb-A dataset
-
Celeb-A Faces dataset can be downloaded at the linked site, or in Google Drive. The dataset will download as a file named
img_align_celeba.zip
-
Extract the dataset into
data/celeba
-
Install Pytorch, NumPy, Matplotlib
-
Install Pytorch Ignite using
pip:
pip install pytorch-ignite
conda:
conda install ignite -c pytorch
-
CUDA Device(GPU) must be present to run the IPython notebook.
-
Run all cells of the IPython Notebook.