ReleaseBaidu (ERNIE)Baidu (ERNIE)published Oct 30, 2024seen 5d

PaddlePaddle/VisualDL v3.0.0-beta

PaddlePaddle/VisualDL

Open original ↗

Captured source

source ↗
published Oct 30, 2024seen 5dcaptured 13hhttp 200method plain

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静态计算图可视化)

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996090463-249b4ade-ad21-47fc-8017-dee9ad30f979.png)

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

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996125143-5c21f177-6fa3-4203-84ea-d1d276323163.png)

cond_test(ifop可视化)

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996043233-fbf7b462-7436-41b4-8d8e-55febb4d10fe.png)

全展开后

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996056427-ca87bc8e-78aa-4bbd-8abb-d9c6669780e9.png)

while_test(whileop可视化)

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996156062-275278ea-900a-44d9-a477-55dac6494456.png)

全展开后

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996166186-f5f350af-90fc-4192-835c-4d7847a9fa43.png)

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

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996206268-4586af9c-7f68-4b4f-9790-f26db4f1dd58.png)

展开一层ifop

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996221339-32a802b7-bad3-4369-9505-9b5b5e08e863.png)

全展开后

![](https://cdn.nlark.com/yuque/0/2024/png/32921027/1725996236240-5b6252b6-acb3-4f4b-9bfa-7aab74ce4b35.png)

Full Changelog: https://github.com/PaddlePaddle/VisualDL/compare/v2.5.0...v2.6.0

Notability

notability 5.0/10

Major beta release of visualization tool