Skip to content

schwp/gan-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GAN Networks

Overview

Implementation of GAN Neural Netwok using PyTorch.

A Vanilla GAN and DCGAN model are implemented and can be launched. The table down below show which dataset the models use for training. You can see good the model is doing with the images saved in src/img/ through your model training.

Model Dataset (name & link) Output
GAN MNIST (PyTorch download) Handwritten number image (28x28)
DCGAN CelebA Celebrity face image (64x64) 

Run programs

In order to run the training of our network, just type the following command in your terminal and you will see logs about how the training is going :

cd src/{model_chosen}
python3 main.py

About

Implementation of some GAN Neural Networks using PyTorch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages