Generate fake anime faces using DCGAN
From noise to a fake image
Right images are generated by generator trained on 22,552 anime face images for 100 epochs
- This toy project are heavily influenced by animeGAN, and codes are mostly borrowed from Pytorch DCGAN example.
- dependencies : pytorch, torch vision