目录
目录README.md

GAN-jittor

Brief Introduction

This is the code completed by team from Nanjing Uniersity(NJU) for Jittor AI Competition warm-up. The Conditional GAN (Conditional generative adversarial Nets) model is mainly trained on the digital image dataset MNIST by inputting a random vector Z and additional auxiliary information Y (such as category label),and generates an image of a specific phone number.

Environments

  • Python >= 3.7
  • jittor == 1.3.4.12
  • imageio == 2.9.0
  • imageio-ffmpeg == 0.4.3
  • matplotlib == 3.3.0
  • configargparse == 1.3
  • tensorboard == 1.14.0
  • tqdm == 4.46.0
  • opencv-python == 4.2.0.34

Anaconda is recommended to create a conda environment by running

conda create -n gan-jittor python=3.7
conda activate gan-jittor
pip install -r requirements.txt

Training

  • By running
    python CGAN.py
    to train the model, and the following results will be obtained.

Thanks

This project refers to the following materials and projects, thank the author for sharing!

关于

GAN for phone number completed by Jittor.

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

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