[WeeklyReport] ZhijunLStudio 2026.4.27~2026.5.10#616
Open
ZhijunLStudio wants to merge 1 commit into
Open
Conversation
12 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
姓名
ZhijunLStudio
实习项目
AutoTrainer 自动化训练工具
本周工作
架构 v2 重构:拆分 PipelineOrchestrator God Class(887行 → 80行),拆分为 7 个独立的 PhaseHandler(ablation / data_prepare / env_check / evaluation / full_training / report / task_confirm),每个 handler 职责单一、可独立测试
状态管理升级:将原先散布在 4 个 JSON 文件中的状态统一迁移到 SQLite 存储(4 张表),支持事务性读写和断点恢复
任务注册机制:将 hardcoded 的 paddleocr-vl 配置改为 manifest.yaml 插件注册方式,新增 TaskSpec 接口定义,ConfigBuilder 改为基于 TaskSpec 驱动,移除了 71 行硬编码默认配置
实验管理统一:抽取重复的 CRUD 逻辑为 ExperimentService,新增 CheckpointService,统一实验全生命周期管理
新增 train_cmd.py CLI 入口,串联 data → train 完整工作流
修复 ValidationResult 缺少 warnings 参数导致的运行时异常
新增 46 个测试用例(总计 74 个测试,全部通过),覆盖 phases / pipeline / registry / services / store 各模块
README 双语化:拆分为 README.md(英文)和 README-zh.md(中文),添加语言切换链接
导师点评
下周工作