Releases: PaddlePaddle/VisualDL
Releases · PaddlePaddle/VisualDL
v3.0.0-beta
What's Changed
- Repair navigation bar by @xiaoyixin-cmd in #1207
- upgrade protoc to v4.21.12 by @rainyfly in #1212
- Fix name error bug by @xiaoyixin-cmd in #1213
- [Bug] Fix bug for interrupting failure in windows by @rainyfly in #1218
- [Bug] Robust code for profiler server by @rainyfly in #1221
- [Bug Fix] robust distributed data fetch by @rainyfly in #1224
- [New Feature] Add paddle2onnx component by @rainyfly in #1228
- [Frontend] Add model convertion frontend by @rainyfly in #1232
- [Bug] Fix export graph bug in windows by @rainyfly in #1244
- Fix compatible problem for python3.10 and gradio by @rainyfly in #1249
- [New Feature] Support Paddle PIR Visualization 🚀 by @Difers in #1263
- Update build.yml by @changeyoung98 in #1280
- [Ospp] VisualDL Support Paddle PIR by @cse0001 in #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: v2.5.0...v2.6.0
v2.5.0
ZH
-
功能新增
-
其它改进
EN
-
Features
- Add X2Paddle component, to support conversion from onnx model to paddle model (#1148 #1153 #1160 #1170)
- Add FastDeployServer component, to support fastdeploy serving deployment visualization (#1169 #1198 #1199 #1202)
-
Enhancement
v2.4.2
ZH
-
问题修复
-
其它改进
EN
-
Bug Fixes
-
Enhancement
v2.4.1
v2.4.0
ZH
- 功能新增
EN
v2.3.0
ZH
EN
-
Features
- BE: Add add_graph interface for dynamic model of paddle(#1077 #1093)
- FE: Add dynamic graph page (#1091 #1096 #1097)
- Fold and unfold one node
- Fold and unfold all nodes
- Link api specification of paddle
-
Bug Fixes
- FE: Fix unbalance ratio of upscaled image when zoom in. (#1090)
-
Enhancement
- FE: Refine user experience for text presentation. (#1090)
v2.2.1
ZH
-
问题修复
-
其他改进
EN
-
Bug Fixes
-
Enhancement
v2.2.0
ZH
-
问题修复
-
功能新增
-
其他改进
EN
-
Bug Fixes
- BE: Fix the compatibility problem of
Image
component usingnumpy.pad
interface (#927) - BE: Fix fix the problem that
mat
parameter of theadd_embedding
interface does not supportndarray
(#930) - BE: Fix the failure of
display_name
inembedding
interface (#935) - BE: Fix global
Logger
being occupied (#944) - FE: Fix theme couldn't be changed in some case when system preference is changed (#947)
- FE: Fix display error when data size is large in high-dimensional page (#947)
- BE: Fix the compatibility problem of
-
Features
-
Enhancement
v2.1.1
ZH
- 问题修复
- 功能新增
- 其他改进
EN
- Bug Fixes
- Features
- 其他改进
v2.1.0
ZH
- 问题修复
- BE: 修复无关文件会被上传到 VDL-Service 的问题 (#866)
- BE: 改正错误的代码注释 @foreverseer (#877)
- 功能新增
- 其他改进
- 重要改动
- BE:
LogReader
中参数名由file_name
改为file_path
(#864)
- BE:
EN
- Bug Fixes
- BE: Fix unrelated files uploaded to VDL-Service (#866)
- BE: Fix confused code comments @foreverseer (#877)
- Features
- Enhancement
- Breaking Changes
- BE: Use
file_path
instead offile_name
inLogReader
(#864)
- BE: Use