Skip to content

Training a DCGAN on a dataset of faces to get the generator network to generate new images that look like realistic faces.

Notifications You must be signed in to change notification settings

Romulan12/Face-Generation-Using-DCGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Generation-Using-DCGAN

Training a DCGAN on a dataset of faces to get the generator network to generate new images that look like realistic faces. The model was trained on a subset of the celebA dataset.

Architecture

plot

Usage

Train :

pyhton3 train.py

Test

pyhton3 test.py

Visualising Loss

Plot of the training losses for the generator and discriminator:

plot

Results

plot

About

Training a DCGAN on a dataset of faces to get the generator network to generate new images that look like realistic faces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages