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

[WeeklyReport] Tsaiyue 2023.12.10~2023.12.24 #78

Merged
merged 1 commit into from
Dec 25, 2023
Merged
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
27 changes: 27 additions & 0 deletions Reports/Tsaiyue/[WeeklyReport]2023.12.10~2023.12.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### 姓名

Tsaiyue

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

Kandinsky2.2 训练支持

### 本双周工作

1. 跑通diffusers下KandinskyV22 example的微调,获取部分对齐损失数据,包含prior、decoder下w or w / o LoRA;

2. 跑通PaddleMIX下text2image下的example(其文件结构与KandinskyV22类似)微调和推理代码;

3. 学习PaConvert的使用,将其对diffusers中的KandinskyV22示例进行转换;

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

- 问题 a:as无法下载hf上微调数据.

答:本地下载,外部导入as.

### 未来双周计划

1. 在PaConvert转换基础上修改,跑通基于Paddle的example;

2. 获取基于Paddle的微调损失数据,包含prior、decoder下w or w / o LoRA.