目录
目录README.md

Conditional GAN (CGAN) - Jittor Implementation

Project Image

This is a project that implements Conditional Generative Adversarial Networks (CGAN) using Jittor.


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:

  1. Clone the repository to your local machine:

git clone https://gitlink.org.cn/Qedsama/PA3-Graphics.git

  1. Install project dependencies:

pip install -r requirements.txt

  1. Run:

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

  • Jittor
  • Python
  • Numpy
  • Matplotlib

Author

Qedsama

Github:https://github.com/Qedsama


Acknowledgements

  • Special thanks to the Jittor team for providing a powerful deep learning framework.

关于

A Jittor implementation of Conditional GAN (CGAN).

10.0 MB
邀请码