From 884a044002bd7df9c9ad823bd5b820d8612e69ef Mon Sep 17 00:00:00 2001 From: mlchen Date: Fri, 24 Jun 2022 16:30:50 +0800 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c05118d..963d535 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,42 @@ # 第二届计图挑战赛热身赛 -### Dependecies -* Jittor +### + +93000.png + +## 简介 + +本项目包含了第二届计图挑战赛热身赛的代码实现。 + +本项目的特点是:采用了Conditional GAN方法从噪声中生成数字图像。 + +## 安装 + +本项目可在 1 张 3090 NVIDIA显卡上运行。 + +### 运行环境 + +- ubuntu 20.04 LTS +- python >= 3.7 +- jittor >= 1.3.0 + +### 安装依赖 + +执行以下命令安装 python 依赖 + +``` +pip install -r requirements.txt +``` + +## 运行 + +命令如下: -### Run ```shell +export CUDA_VISIBLE_DEVICES=0 python CGAN.py -``` \ No newline at end of file +``` + +## 致谢 + +代码参考了 [jittor-gan](https://github.com/Jittor/gan-jittor) \ No newline at end of file