Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 674 Bytes

File metadata and controls

24 lines (14 loc) · 674 Bytes

Conditional Generative Adversarial Network

  • A conditional generative adversarial network (CGAN) is a type of GAN that also takes advantage of labels during the training process.

  • In this repository, I have implemented a baseline CGAN for artificially generated pixel differentiated images.


Image Generation

  1. Change the file directory paths to your needs.
  2. Run the Image_Generation.ipynb file

Training and Evaluation

  1. Change the file directory paths to your needs.
  2. Run the CGAN.ipynb file to train the model

Contact

For any queries, feel free to contact at [email protected].