/simpleGAN

simple gan for fake anime generator

Primary LanguagePython

simpleGAN

A simple PyTorch Implementation of GANs for anime face drawing.

Usage

  1. Train

You can run the GANs by following the format of the script work.sh. You can mmodify the hyper-parameters for obtaining better performance.

 echo wait a minitus
  1. Generate

After training, you can generate the fake anime face images by runing the script generate.sh.

 echo nimazhale

Result

Original Images

Fake Images for Epoch 1

fake_1

Fake Images for Epoch 5

fake_1

Fake Images for Epoch 10

fake_1

Fake Images for Epoch 20

fake_1

Fake Images for Epoch 30

fake_1

How to get the dataset?