/dcgan_tf2keras

Simple implementation of DCGAN using Tensorflow 2 and Keras

Primary LanguagePython

DCGAN - Keras & Tensorflow 2 Implementation

This is a simple implementation of DCGAN (Deep Convolutional Generative Adversarial Network) using Keras & Tensorflow 2.

Please install Tensorflow >= 2.2.0, and if you want to use tensorflow-gpu, make sure you install CUDA 10.1.

This repo is inspired from Keras documentation.

To start training, simply type:

>>> python main.py

Note: It's still WIP, but the training process is available to run.