In this various models will be used to generate Anime Faces starting with Genrative Models.
As of now DCGAN is done, will upload W-GAN soon.
The Dataset for this was taken from Anime Face Dataset
The notebook was run on Kaggle
Exact Architecure has been used in the model as mentioned in the paper [1.] , adding an layer to discriminator did improve the quality (visually) but any other hyperparameter tuning worsened the quality.
This was also run on Kaggle
Exact Architecure has been used in the model as mentioned in the paper [3.] [1.] , with changed Loss function and removal of sigmoid in Discriminator(Critic)