-
Notifications
You must be signed in to change notification settings - Fork 1k
【PaddleX No.1】PaddleX 文档优化 #4064
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
base: release/3.0
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
预览链接: VisualDL , VisualDL_en @changdazhou @openvino-book @luotao1 pls review |
代码提交前有fetch最新代码,并做pre-commit不,建议将commit压缩成一个提交,保持简洁 |
…E.md document for PaddleX (update the En document simultaneously), mainly modifying the 'Documentation' section of this md file 3. Modify the FAQ document (Zh and En)
docs/VisualDL.md
Outdated
<img src="https://raw.githubusercontent.com/PaddlePaddle/VisualDL/develop/frontend/packages/core/public/images/logo-visualdl.svg?sanitize=true" width="70%"/> | ||
</p> | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档中logo、二维码等内容可以删除掉。另外,建议说明下PaddleX中产出的log或者权重怎么使用vdl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
文档中logo、二维码等内容可以删除掉
Done
另外,建议说明下PaddleX中产出的log或者权重怎么使用vdl
ok, I will first study the relevant content, and then I will add related descriptions. Thx for your review.🫡
2. VisualDL.en.md&VisualDL.md: del the logo and QR Code 3. mkdocs.yml: add the VisualDL 4. VisualDL: ready to add the content: How to use the log or weights produced by PaddleX with vdl. I am still in the process of learning.
PaddleX描述
根据最新文档:PaddleX文档3.0 对
README
和README_en
文件进行对齐,删除被废弃的文档,新增更多的文档,与3.0文档进行对齐。预览链接: README.md , README_en
FAQ描述
基于原文档的基础上,参考 常见问题——PaddleX,对一些常见问题进行补充。
• 模型裁剪功能说明
• VOC检测任务案例
• pretrain_weights参数使用说明
• 四类模型用途说明(正常/裁剪/部署/量化)
• model.yml区分方法
• 手动管理模型路径方法
• paddlex.pretrain_dir设置说明
预览链接: FAQ.md , FAQ_en
VisualDL描述
介绍
)。预览链接: VisualDL , VisualDL_en
issue:#3557
Note
完成了FAQ模块、VisualDL模块,PaddleX文档对齐
update 2025/5/22:9:57
@changdazhou @openvino-book @luotao1