[https://docs.google.com/presentation/d/1SqJgX45OKA-G44TQ-mGuCZ5S14A1APbDf60kIxYxTco/edit?usp=sharing]
[https://drive.google.com/drive/folders/0B7EVK8r0v71pWEZsZE9oNnFzTm8]
- Download the dataset from the google drive link as a
zipfile to thedata/directory - Unzip
celeba-dataset.zip - Unzip
img_align_celeba.zip - Remove the
.zipfiles (optional)
- A sample script for training has been provided in
train.py - If more configurations want to be made, refer to the
train()function inmodel.py - Simply call
python3 train.py
- A sample script for testing has been provided in
test.py - If more configurations want to be made, refer to the
test()function inmodel.py - Simply call
python3 test.py
- The network is saved within the
model_weightsdirectory model.pyhas a function,load_weights(), that loads the saved weights from the directory- When testing, the default behavior is to load the weights from the specified directory