PaddlePaddle/VisualDL v3.0.0-beta
PaddlePaddle/VisualDL
Captured source
source ↗v3.0.0-beta
Repository: PaddlePaddle/VisualDL
Tag: v3.0.0-beta
Published: 2024-10-30T02:46:42Z
Prerelease: no
Release notes:
What's Changed
- Repair navigation bar by @xiaoyixin-cmd in https://github.com/PaddlePaddle/VisualDL/pull/1207
- upgrade protoc to v4.21.12 by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1212
- Fix name error bug by @xiaoyixin-cmd in https://github.com/PaddlePaddle/VisualDL/pull/1213
- [Bug] Fix bug for interrupting failure in windows by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1218
- [Bug] Robust code for profiler server by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1221
- [Bug Fix] robust distributed data fetch by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1224
- [New Feature] Add paddle2onnx component by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1228
- [Frontend] Add model convertion frontend by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1232
- [Bug] Fix export graph bug in windows by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1244
- Fix compatible problem for python3.10 and gradio by @rainyfly in https://github.com/PaddlePaddle/VisualDL/pull/1249
- [New Feature] Support Paddle PIR Visualization 🚀 by @Difers in https://github.com/PaddlePaddle/VisualDL/pull/1263
- Update build.yml by @changeyoung98 in https://github.com/PaddlePaddle/VisualDL/pull/1280
- [Ospp] VisualDL Support Paddle PIR by @cse0001 in https://github.com/PaddlePaddle/VisualDL/pull/1279
------------
Important new features
PIR Visualization
运行测例后在http://0.0.0.0:8040/查看可视化计算图
pir_program_test(PIR静态计算图可视化)

pir_graph_test(输入PIR动态图可视化)

cond_test(ifop可视化)

全展开后

while_test(whileop可视化)

全展开后

cond_inside_cond_test(双层ifop嵌套结构可视化)

展开一层ifop

全展开后

Full Changelog: https://github.com/PaddlePaddle/VisualDL/compare/v2.5.0...v2.6.0
Notability
notability 5.0/10Major beta release of visualization tool