目录
目录README.md

CGAN_jittor

Overview

This project contains the Jittor implementation of Conditional GAN. The key feature of this project is training a Conditional GAN on the MNIST dataset. By inputting a random vector ( z ) and additional auxiliary information ( y ) (such as class labels), it generates images of specific digits.

Installation

Environment

  • Ubuntu 20.04 LTS
  • Python >= 3.7
  • Jittor >= 1.3.0

Installing Dependencies

Run the following command to install the Python dependencies:

pip install -r requirements.txt

Also, run the following commands to install Jittor:

sudo apt install python3.7-dev libomp-dev
python3.7 -m pip install jittor
python3.7 -m jittor.test.test_example

Usage

To test the implementation, use the following command:

python3 CGAN.py

This command runs the Conditional GAN on the MNIST dataset, generating images based on the specified conditions.

关于

A Jittor implementation of Conditional GAN (CGAN).

10.0 MB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号