leaderj1001 / minimal-stylegan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimal-stylegan (A Style-Based Generator Architecture for Generative Adversarial Networks)

Method

  1. prepare dataset (FFHG Dataset)
    - Use 0-2999 photos (Total: 3000)
python prepare.py
  1. train
python main.py
  1. eval
python eval.py

Results

  • Batch_size = 30
  • Loss = 'wgan-gp'
  • Training Time: 75 Hours, (80000 Iterations)
  • 1 GPU, image size: 128x128 eval

About

License:MIT License


Languages

Language:Python 100.0%