Skip to content

Deep Convolutional Generative Adversarial Networks with Spectral Normalization

Notifications You must be signed in to change notification settings

lunayht/Pytorch-DCGAN-with-SN

Repository files navigation

Pytorch DCGAN with SN

CodeFactor Code style: black

Deep Convolutional Generative Adversarial Networks with Spectral Normalization using CelebA dataset.

System Requirement

  • System with Linux or OSX
  • NVIDIA GPU is strongly recommended for speed however CPU is supported but training will be slow.

Execution

  1. sh setup.sh
  2. python main.py --num_epochs 5 (Use -h for help)

You may run the program using DCGAN-with-SN.ipynb as well.

Results

Number of Epochs Fake Images FID Score
20 fake_img_e20 116.44
100 fake_img_e100 34.74

Loss Graph During Training

loss_graph

References

Papers

About

Deep Convolutional Generative Adversarial Networks with Spectral Normalization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published