We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2885064 + dc03954 commit 178df24Copy full SHA for 178df24
1 file changed
Reports/Atlantsiming/[WeeklyReport]2023.11.27~2023.12.10.md
@@ -0,0 +1,31 @@
1
+### 姓名
2
+
3
+徐梓铭 (Atlantisming)
4
5
+### 开发中的快乐开源任务
6
7
+暂无
8
9
+### 本双周工作
10
11
+1. **实现 Grounding Dino 训练微调**
12
13
+ - 在本地重新配置了 mmdetection 的 Grounding Dino 环境。
14
+ - 验证了 PaddleMix 和 mmdetection 前向推理。
15
+ - 配置了 cat 小数据集,得到了微调的损失值。
16
17
+2. **正在进行 Grounding Dino 反向对齐**
18
19
+ - 使用 PaConvert 转换了匈牙利匹配函数和损失函数。
20
+ - 学习 PPNLP 中 trainer 逻辑。
21
22
+3. **问题疑惑与解答**
23
24
+ - 问题:无法连接到 nltk_data 下载?
25
26
+ 答:可能需要配置浏览器访问权限,或者直接在 http://www.nltk.org/nltk_data/ 下载,并根据提示放置相应的数据。
27
28
+### 未来双周计划
29
30
+1. 继续阅读 Grounding Dino 论文及相关模型代码,了解 PaddleMix Trainer 训练微调逻辑。
31
+2. 完成反向对齐。
0 commit comments