This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# CGAN
- A Jittor implementation of Conditional Generative Adversarial Networks (CGAN) to generate digit images based on the MNIST dataset. This project is designed to demonstrate the use of conditional GANs to control image generation processes through explicit conditions or labels.