This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
mnnu502
/
jittor3-mnist
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ADD file via upload
master
xiaoxia0722
2 years ago
parent
ae73ca5bb0
commit
244ae4a9d1
1 changed files
with
15 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
readme.md
+ 15
- 0
readme.md
View File
@@ -0,0 +1,15 @@
## 第三届计图人工智能挑战赛
### 计图挑战热身赛
本赛题将会提供数字图片数据集 MNIST,参赛选手需要训练一个将随机噪声和类别标签映射为数字图片的Conditional GAN模型,并生成比赛页面指定数字序列。
本赛题提供示例代码框架,提供数据下载、模型定义、训练步骤等功能。
选手可以基于示例代码填充注释为 TODO 的部分完成该赛题。
```
修改 CGAN.py
python CGAN.py
使其运行
```
Write
Preview
Loading…
Cancel
Save