EigenGAN
PyTorch Implementation ofTrain
python train.py [image_folder_path] --name [experiment name]
Test
python test.py [ckpt path] --traverse
FFHQ
samples (no truncation)
Anime
samples (no truncation)
Note
Default training configurations are different from the original implementation
Tested on python 3.8 + torch 1.8.1
Issue
Some of the subspace layers seem to collapse (does not contribute to the output) as the training proceeds and FID gets better.