Skip to content

This code implements an example of a CGAN deep learning model using PyTorch. The architecture used for the generator and discriminator is MLP (multi layer perceptron) network. This model is trained with MNIST dataset and finally it can generate images of numbers 0 to 9 according to the label we specify for it.

Amir-Hofo/CGAN_MNIST_Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CGAN_MNIST_Pytorch

This code implements an example of a CGAN deep learning model using PyTorch. CGAN actually stands for Conditional Generative Adversarial Net, which is called GAN networks that can determine the type of generator output images (for which of the classes, images should be generated). The architecture used for the generator and discriminator is MLP (Multi Layer Perceptron) network. This model is trained with MNIST dataset and finally it can generate images of numbers 0 to 9 according to the label we specify for it.

My Environment Information

Python Version : 3.9.18

PyTorch Version : 2.1.0

About

This code implements an example of a CGAN deep learning model using PyTorch. The architecture used for the generator and discriminator is MLP (multi layer perceptron) network. This model is trained with MNIST dataset and finally it can generate images of numbers 0 to 9 according to the label we specify for it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published