Skip to content

Commit

Permalink
Update Requirements.txt (PaddlePaddle#291)
Browse files Browse the repository at this point in the history
* Add 7day course info on readme

* Update README_cn.md

* Add homework file

* Update homework1.md

* add github homework submit instruction

* Update README_cn.md

* Update README.md

* Update requirements.txt

* Update README.md
  • Loading branch information
YixinKristy committed Apr 22, 2021
1 parent af0ea59 commit a693a7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions education/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

**Bonus🤩:鼓励大家除了在AI Studio上完成作业外,也可自行创建GitHub repo,在repo上完成作业(内容可和AI Studio一样),并将PaddleGAN加入你的repo的requirements.txt中,最后将repo链接放在AI Studio项目中即可获得加分,最终有机会获得大奖°˖✧◝(⁰▿⁰)◜✧˖°。**

Day 1:[客观题_理论层面的单选题](./homework1)
Day 1:[客观题_理论层面的单选题](./homework1.md)

Day 2:[代码题_基于DCGAN,改写为LS-GAN](./homework2)
Day 2:[代码题_基于DCGAN,改写为LS-GAN](./homework2.md)

Day 3:[代码题_填空补全基于pix2pix实现人脸卡通的预测代码](./homework3)
Day 3:[代码题_填空补全基于pix2pix实现人脸卡通的预测代码](./homework3.md)

Day 4:[客观题+项目展示(照片、视频)](./homework4)
Day 4:[客观题+项目展示(照片、视频)](./homework4.md)

Day 5:客观题+项目展示(照片、视频)

Expand Down
2 changes: 2 additions & 0 deletions education/homework1.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ C. ![img](https://user-images.githubusercontent.com/48054808/115173903-d1f9a880-

D. ![img](https://user-images.githubusercontent.com/48054808/115173943-e178f180-a0fa-11eb-87ce-ba3e96e51572.png)


参考答案:C


**5. (多选)下列关于GAN中对抗的描述正确的是()**

A. 生成器与判别器互相对抗,在对抗中增强
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ librosa==0.7.0
numba==0.48
easydict
munch
ppgan

0 comments on commit a693a7d

Please sign in to comment.