We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
赛题七: 飞桨深度学习框架提供了动态图编程的模式来开发深度学习模型(方便开发与调试),但动态图的反向图调试能力仍存在不足。 本赛题,要求为飞桨动态图框架添加反向节点在 Python 端的访问机制。并在该机制基础上,为飞桨框架扩展反向图可视化能力。
赛题要求:
PaddlePaddle/community#535
模块一: 开发grad_fn、next_functions两个python API接口 #54838
模块二: 基于步骤一的接口进行反向图可视化 https://github.com/PFCCLab/paddleviz
模块三: 构架测试脚本进行有效性验证
The text was updated successfully, but these errors were encountered:
认领模块二反向图可视化功能的开发
反向图可视化
Sorry, something went wrong.
本赛题:实现飞桨框架动态图反向图的可视化,已完成,感谢 @qiuwenbogdut @Tomoko-hjf ! 后续可以考虑在现有图的基础上,加上输入输出Tensor的information,难度会大一些。
luotao1
qiuwenbogdut
wanghuancoder
No branches or pull requests
赛题简介
赛题七: 飞桨深度学习框架提供了动态图编程的模式来开发深度学习模型(方便开发与调试),但动态图的反向图调试能力仍存在不足。
本赛题,要求为飞桨动态图框架添加反向节点在 Python 端的访问机制。并在该机制基础上,为飞桨框架扩展反向图可视化能力。
赛题要求:
任务进展
rfc提交
PaddlePaddle/community#535
工作拆分
模块一: 开发grad_fn、next_functions两个python API接口 #54838
模块二: 基于步骤一的接口进行反向图可视化 https://github.com/PFCCLab/paddleviz
模块三: 构架测试脚本进行有效性验证
The text was updated successfully, but these errors were encountered: