Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 318 Bytes

File metadata and controls

10 lines (6 loc) · 318 Bytes

image-generator-with-keras-dcgan

Image generator with keras-dcgan.

Usage

Run "python keras-dcgan.py". If you want to have your own image dataset, replace "./in_images/images" with your own image folder.

Credit

This code is based on https://github.com/jacobgil/keras-dcgan. I am very grateful for the author.