Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.58 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.58 KB

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