Skip to content

Simple implementation of DCGAN using Tensorflow 2 and Keras

Notifications You must be signed in to change notification settings

kuroipearls/dcgan_tf2keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple implementation of DCGAN using Tensorflow 2 and Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages