Home

Awesome

BigGAN-Tensorflow

Simple Tensorflow implementation of "Large Scale GAN Training for High Fidelity Natural Image Synthesis" (BigGAN)

main

Issue

Usage

dataset

├── dataset
   └── YOUR_DATASET_NAME
       ├── xxx.jpg (name, format doesn't matter)
       ├── yyy.png
       └── ...

train

test

Architecture

<img src = './assets/architecture.png' width = '600px'>

128x128

<img src = './assets/128.png' width = '600px'>

256x256

<img src = './assets/256.png' width = '600px'>

512x512

<img src = './assets/512.png' width = '600px'>

Author

Junho Kim