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

[WeeklyReports] 2024.08.24~2024.09.06 #410

Merged
merged 6 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
### 姓名

肖宇檬

### 开发中的快乐开源任务

- 为公开API标注类型提示信息

- 为 Tensor API 文档增加图例

### 本双周工作

1. **在AIstudio跑通Stable-Diffusion训练推理**

- 配置环境
- 编写配置文件和训练脚本
- 训练推理

2. **Typehints**

- 学习前置知识
- 了解了任务基本信息

3. **为 Tensor API 文档增加图例**

- 提交PR <https://github.com/PaddlePaddle/Paddle/pull/67287>

- 提交PR <https://github.com/PaddlePaddle/docs/pull/6827>

4. **认领报错日志优化任务**

4. **问题疑惑与解答**

- 问题 在训练Stable-Diffusion过程中,出现了各种文件不存在、参数不存在等报错

答:不能照抄配置文件,要结合自己的环境进行修改

- 问题 认领任务后,没有及时完成,导致提交了多余的commit,信息混乱

答:使用rebase和squash命令,简化commit的message和提交记录

### 未来双周计划

1. 继续学习相关知识
2. 完成认领的任务
3. 领取PIR专项相关任务
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
### 姓名

肖宇檬

### 开发中的快乐开源任务

- 为公开API标注类型提示信息

- 报错日志体系优化

### 本双周工作

1. **为 Tensor API 文档增加图例**

- 中文文档合入PR <https://github.com/PaddlePaddle/docs/pull/6827>
- 英文文档PR待合入 <https://github.com/PaddlePaddle/Paddle/pull/67287>

2. **Typehints**

- 了解了任务基本信息
- 了解相关python语法糖

3. **报错日志优化任务**

- 提交PR <https://github.com/PaddlePaddle/Paddle/pull/67695>

4. **问题疑惑与解答**

- 部分宏的替换需要考虑其他宏的复杂嵌套使用,第一时间不知道如何修改
- 阅读之前合入的PR,学习用法

### 未来双周计划

1. 争取完成PIR任务
2. 完成认领的任务
3. 深入了解paddle的宏设计
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
### 姓名

肖宇檬

### 开发中的快乐开源任务

- CINN编译器符号推导扩量

### 本双周工作

1. **报错日志体系优化**

- 合入PR <https://github.com/PaddlePaddle/Paddle/pull/67695>
- 优化了9个宏

2. **CINN编译器符号推导扩量**

- 提交PR <https://github.com/PaddlePaddle/Paddle/pull/68166>

3. **AIstudio实现Stablediffusion推理任务**

- 找到了之前失败的原因,本地推理成功并发送打卡邮件

4. **问题疑惑与解答**

- Q:报错日志体系优化不知道如何修改
- A:阅读之前已经合入的PR,学习他们的写法和思想
- Q:做CINN编译器符号推导扩量时感觉任务抽象,即便看了任务指导文档也无从下手
- A:阅读paddle官方文档,补充大量背景知识

### 未来双周计划

1. 更加熟悉paddle框架和其设计
2. 完成认领的任务,完成本地的单测
3. 加入PFCC,完成更多的任务