目录
目录README.md

CGAN_jittor

Brief Introduction:

This is a Jittor implementation of Conditional GAN (CGAN). I chose Jittor here because by using Jittor, users can build deep learning models conveniently. In addition, Jittor also has the following advantages: firstly, it is highly customizable and easy to use; secondly, the separation of coding and optimization provides users an opportunity to focus on using the front-end interface for coding, while the code is automatically optimized by the back-end; thirdly, all content is compiled immediately, so that users can change the source code at any time.

Default

--n_epochs = 100;
--batch_size = 64;
--lr = 0.0002;
--b1 = 0.5;
--b2 = 0.999;
--n_cpu = 8;
--latent_dim = 100;
--n_classes = 10;
--img_size = 32;
--channels = 1;
--sample_interval = 1000;

How to run the code:

Step 1:

Download Jittor from this website: https://cg.cs.tsinghua.edu.cn/jittor/download/

Step 2:

Run the following command in the terminal: python CGAN.py

Credit:

The structure of this code is provided by Tsinghua University Computer Vision Lesson Team. This is our homework, named “PA3: Conditional GAN”.

关于

A Jittor implementation of Conditional GAN (CGAN)

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

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