A Jittor implementation of Conditional GAN (CGAN).
How to Run
In this section, you can provide the instructions or steps to set up and run your project. Make sure to include all necessary dependencies and environment setup, and provide clear instructions for each step.
Conditional GAN (CGAN) - Jittor Implementation
Table of Contents
Project Description
A Jittor implementation of Conditional GAN (CGAN).
How to Run
In this section, you can provide the instructions or steps to set up and run your project. Make sure to include all necessary dependencies and environment setup, and provide clear instructions for each step.
For example:
git clone https://gitlink.org.cn/Qedsama/PA3-Graphics.git
pip install -r requirements.txt
python ./src/CGAN.py
Ensure to provide enough context and explanations so that others can easily run your project.
Project Structure
├── result/ # Directory for results ├── models/ # Directory for models │ ├── discriminator_last.pkl │ └── generator_last.pkl ├── src/ # Directory for code │ ├── CGAN.py ├── requirements.txt └── README.md
Tech Stack
Author
Qedsama
Github:https://github.com/Qedsama
Acknowledgements