volotat / ConGAN

Continious Generative Adversarial Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConGAN

Continuous Adversarial Image Generator that can produce good images with relatively small number of examples and without any resolution dependencies.

While training it creates small examples of generated images into 'images/' folder and saves current model into 'saved_model/' folder. After traning you only need "Generator" part of the model to produce new images.

Model structure:

model_structure

Results example:

About

Continious Generative Adversarial Network

License:MIT License


Languages

Language:Python 100.0%