Update README.md
Goals: 自动生成一段数字的图片 Requirements: python>=3.8 jittor Installation: 在python运行环境上输入pip3 install jittor即可安装jittor Usage: 将mycgan.py文件在python环境上编译,且将代码中的变量number赋上你想要的值,最后运行,在此py文件的目录下能生成result.png就是你输入number的图片
A Jittor implementation of Conditional GAN (CGAN).
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
cgan
Goals: 自动生成一段数字的图片 Requirements: python>=3.8 jittor Installation: 在python运行环境上输入pip3 install jittor即可安装jittor Usage: 将mycgan.py文件在python环境上编译,且将代码中的变量number赋上你想要的值,最后运行,在此py文件的目录下能生成result.png就是你输入number的图片