Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【Hackathon 7th】开源贡献个人挑战赛 #68244

Open
sunzhongkai588 opened this issue Sep 14, 2024 · 25 comments
Open

【Hackathon 7th】开源贡献个人挑战赛 #68244

sunzhongkai588 opened this issue Sep 14, 2024 · 25 comments

Comments

@sunzhongkai588
Copy link
Contributor

sunzhongkai588 commented Sep 14, 2024

大家好,非常高兴地告诉大家,第七期 PaddlePaddle Hackathon 正式开始。本次活动是面向全球开发者的深度学习领域编程活动,鼓励开发者了解与参与飞桨深度学习开源项目开发实践。本次飞桨黑客马拉松由深度学习技术及应用国家工程研究中心主办,百度飞桨承办,活动包含三大赛道:开源贡献个人挑战赛、飞桨护航计划集训营、Fundable Projects,等你来挑战!活动详细信息可参考 PaddlePaddle Hackathon 说明

此 issue 发布开源贡献个人挑战赛的任务,以开源贡献为核心,开发者使用 GitHub ID 报名,独立完成具有明确验收目标的贡献任务,获得对应的任务奖励,奖金 1-4 🌟(2-8k)。 详细信息参考第七期黑客松开源贡献个人挑战赛活动说明

报名格式参考:【报名】:2、3,多个任务之间需要使用中文顿号分隔,报名多个连续任务可用横线表示,如 2-5

RFC&PR 提交格式:在 PR 的标题中以 【Hackathon 7th No.xxx】 开头,注明任务编号

Note

部分任务无需提交 RFC 即可直接进行开发,请仔细阅读任务描述或查询 RFC 需求列表 确认具体要求。

往期个人挑战赛: #62905

一、科学计算模型复现任务

Important

该方向的任务已提前偷跑😁,请直接在 #67603 回复认领!!!

二、框架 API 开发任务

序号 难度 任务标题 队伍名称/状态/PR 完成队伍
18 ⭐️⭐️ 为稀疏计算添加复数支持 @NKNaN #68294 #6889 #68432 #6899
19 为 Paddle 新增 load_state_dict_from_url API @zty-king #958 #68507
20 为 Paddle 新增 Tensor.set_ / Tensor.resize_ API @NKNaN #968
21 ⭐⭐ 为 Paddle 新增 reset_peak_memory_stats/reset_max_memory_allocated/memory_stats API
22 在 paddle.audio.functional.get_window 中支持 bartlett 、 kaiser 和 nuttall 窗函数 @Micalling #68268 #960 #6875 #68430
23 为 Paddle 新增 ParameterDict API @Micalling #68270 #959 #6874
24 ⭐⭐ 为 Paddle 新增 EmbeddingBag API
25 为 Paddle 新增 is_coalesced/sparse_dim/dense_dim API @NKNaN #961 #68334
26 ⭐⭐ 为 Paddle 新增 lu_solve API @GreatV #962
27 ⭐⭐⭐ 为 Paddle 新增 register_parametrization/remove_parametrizations/cached/ParametrizationList/is_parametrized API
28 paddle.clip 进行功能增强 @idontkonwher
@yinfan98
29 paddle.grad 进行功能增强 @inaomIIsfarell
30 paddle.divide 进行功能增强 @Asthestarsfalll #68348
31 paddle.sparse.sparse_csr_tensor进行功能增强 @monster1015 #68281 #6876
@monster1015
32 paddle.nn.functional.scaled_dot_product_attention 进行功能增强 @Lunarscave
@yinfan98
33 paddle.nn.MaxPool1D/MaxPool2D/MaxPool3D 及其对应 functional API 增加 dilation 参数 @fangfangssj
@yinfan98
34 为 Paddle 代码转换工具新增 API 转换规则(第 1 组) @BIGUOX
35 为 Paddle 代码转换工具新增 API 转换规则(第 2 组) @ccsuzzh #6880 #488
36 为 Paddle 代码转换工具新增 API 转换规则(第 3 组) @enkilee #484 #479 #6890 #6879 #6901
37 为 Paddle 代码转换工具新增 API 转换规则(第 4 组) @monster1015 #6884 #481
38 为 Paddle 代码转换工具新增 API 转换规则(第 5 组) @inaomIIsfarell #6885 #487
39 为 Paddle 代码转换工具新增 API 转换规则(第 6 组) @Asthestarsfalll #6878 #477
40 为 Paddle 代码转换工具新增 API 转换规则(第 7 组) @MikhayEeer
41 为 Paddle 代码转换工具新增 API 转换规则(第 8 组) @decade-afk #6887
42 为 Paddle 代码转换工具新增 API 转换规则(第 9 组) @Ainavo
@decade-afk #6893 #490

三、套件开发任务

  • PaddleNLP 套件: NO.43~45
  • Paddle2ONNX 套件: NO.46~48 (发起人为社区开发者 @Zheng-Bicheng ,郑师傅表示这个方向需要大力推广,不懂的直接提 issue 他可以教)
  • PaddleX 套件:NO.49~50
  • PaddleOCR 套件:NO.51~53
  • PaddleSpeech 套件:NO.54
序号 难度 任务标题 队伍名称/状态/PR 完成队伍
43 ⭐⭐️⭐️ 完善 TokenizerFast 功能支持 @yinfan98
44 ⭐️⭐️⭐️ 大模型 4D 并行框架全自动构建
45 ⭐️⭐️⭐️ 添加 FunctionCall 功能
46 Paddle2ONNX 添加对返回常量的 IfElse 算子的支持 @Asthestarsfalll #1383
@Asthestarsfalll
47 ⭐️⭐️ Paddle2ONNX 添加对 While 算子的支持 @Lunarscave
48 ⭐⭐️ Paddle2ONNX 添加对 Windows 平台自动发包机制的支持 @ccsuzzh
49 ⭐️⭐️ PaddleX 重要模型的量化能力验证和优化
50 ⭐️⭐️ PaddleX 重要模型 Android Demo 支持
51 ⭐️⭐️⭐️ 在 PaddleOCR 中复现 MixTeX 模型
52 ⭐️⭐️⭐️ 在 PaddleOCR 中复现 OmniParser 论文
53 ⭐️⭐️ 在 PaddleOCR 中复现 TrOCR-Formula-Rec 模型
54 ⭐️⭐️⭐️ 在 PaddleSpeech 中实现 Whisper 的 Finetune

看板信息

任务方向 任务数量 提交作品 / 任务认领 提交率 完成 完成率
框架 API 开发任务 25 14 / 22 56.0% 1 4.0%
套件开发任务 12 1 / 4 8.33% 1 8.33%

统计信息

排名不分先后 @monster1015 (1) @Asthestarsfalll (1)

@zty-king
Copy link

【报名】:19

@ccsuzzh
Copy link
Contributor

ccsuzzh commented Sep 16, 2024

【报名】:35

@Micalling
Copy link

【报名】:22、23

@NKNaN
Copy link
Contributor

NKNaN commented Sep 17, 2024

【报名】:25

@monster1015
Copy link
Contributor

【报名】:31

@monster1015
Copy link
Contributor

【报名】:37

@Asthestarsfalll
Copy link
Contributor

【报名】:39

@enkilee
Copy link
Contributor

enkilee commented Sep 18, 2024

【报名】:36

@NKNaN
Copy link
Contributor

NKNaN commented Sep 18, 2024

【报名】:18

@GreatV
Copy link
Contributor

GreatV commented Sep 18, 2024

【报名】:26

@MikhayEeer
Copy link
Contributor

【报名】:40

@inaomIIsfarell
Copy link
Contributor

【报名】:38

@idontkonwher
Copy link
Contributor

idontkonwher commented Sep 18, 2024

【报名】:28

@Asthestarsfalll
Copy link
Contributor

【提交】:46

@Asthestarsfalll
Copy link
Contributor

【报名】:30

@Lunarscave
Copy link

Lunarscave commented Sep 19, 2024

【报名】:32、47

@decade-afk
Copy link

【报名】:41

@fangfangssj
Copy link

【报名】:33

@yinfan98
Copy link
Contributor

yinfan98 commented Sep 23, 2024

【报名】:28、32、33、43

@decade-afk
Copy link

【报名】:42

@bapijun
Copy link
Contributor

bapijun commented Sep 27, 2024

【提交】:24

@bapijun
Copy link
Contributor

bapijun commented Sep 27, 2024

【提交】:21

@ccsuzzh
Copy link
Contributor

ccsuzzh commented Sep 28, 2024

【报名】:48

@inaomIIsfarell
Copy link
Contributor

【报名】:29

@BIGUOX
Copy link

BIGUOX commented Sep 29, 2024

【报名】:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests