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

【Hackathon No.69】eval_paddle #88

Merged
merged 15 commits into from
May 5, 2022

Conversation

sober-6
Copy link
Contributor

@sober-6 sober-6 commented Mar 31, 2022

深度体验飞桨动态图单机训练功能,并产出一份评估报告

@CLAassistant
Copy link

CLAassistant commented Mar 31, 2022

CLA assistant check
All committers have signed the CLA.

@paddle-bot-old
Copy link

你的PR提交成功,感谢你对开源项目的贡献!
请检查PR提交格式和内容是否完备,具体请参考示例模版
Your PR has been submitted. Thanks for your contribution!
Please check its format and content. For this, you can refer to Template and Demo.

@sober-6 sober-6 changed the title Sober 6 patch 1 【Hackathon No.69】eval_paddle Mar 31, 2022
@TCChenlong TCChenlong requested review from TCChenlong April 2, 2022 06:22
Copy link
Contributor

@TCChenlong TCChenlong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

文件可以放在 rfc/eval 目录下 (目前没有,需要新建)


考虑对开发者来讲,更愿意使用python原生控制流,飞桨也做了支持,并通过解释方式执行,这就是动态图。但整体上,这两种编程范式是相对兼容统一的。飞桨将持续发布更完善的动态图功能,同时保持更强劲的性能。

# 三、业内方案调研
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里不是写其他框架的文档设计,而是框架本身现状

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改更新

20200331_eval_docs.md Outdated Show resolved Hide resolved

2、如何使用动态图进行模型训练

3、如何基于动态图进行多卡训练
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个任务是单机训练功能的评估,所以不涉及到多卡训练

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改更新


3、如何基于动态图进行多卡训练

4、如何部署动态图模型
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同理,也不考虑部署相关的功能,可以就动态图单机训练的功能进行对比调研

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯嗯,已修改更新


3、如何基于动态图进行多卡训练

4、如何部署动态图模型
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同理,也不考虑部署相关的功能,可以就动态图单机训练的功能进行对比调研

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯嗯,已修改更新

@paddle-bot-old
Copy link

paddle-bot-old bot commented Apr 2, 2022

你的PR有最新反馈,请及时修改。
There’s the latest feedback about your PR. Please check.


考虑对开发者来讲,更愿意使用python原生控制流,飞桨也做了支持,并通过解释方式执行,这就是动态图。但整体上,这两种编程范式是相对兼容统一的。飞桨将持续发布更完善的动态图功能,同时保持更强劲的性能。

# 三、业内方案调研
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里不是写其他框架的文档设计,而是框架本身现状;三和四可以合成一个内容

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的,已修改更新

Copy link
Contributor

@TCChenlong TCChenlong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

左侧的文件目录,前两个都可以删除,最后的那个,可以移动到 rfcs/eval 中

文档层面:教程文档是否完善,是否具有较好的指导性
意见建议:非常欢迎提供更多的建设性意见和建议

评估报告设计思路包括如下几部分:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这5点相对都比较泛,可以参考一下任务描述的部分,聚焦于动态图中的某几个方向的功能,进行评估
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改


1、如何开启动态图模式

2、利用paddle动态图训练并测试MNIST数据集(同时将体验以下功能):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这五部分还需要再加强深度。RFC可以先合入,后续在PR中沟通

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

好的

@TCChenlong TCChenlong merged commit 863e790 into PaddlePaddle:master May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants