VisualDL Versions Save

Deep Learning Visualization Toolkit(『飞桨』深度学习可视化工具 )

v2.0.4

3 years ago

ZH

问题修复

  • BE: 修复add_pr_curve不支持list的问题 (#810)
  • FE: 修复tooltip图标间距错乱的问题 (#815)
  • FE: 修复index载入中未居中 (#815)
  • FE: 修复图表载入中消失的问题 (#815)
  • FE: 时间日期无法被正确的格式化的问题 (#813, #815)
  • BE: 修复PR Curve中display_name显示的问题 (#816)

Features

  • 推出 VisualDL Service
  • FE: 支持深色模式

EN

Bug Fixes

  • BE: fix list not support add_pr_curve (#810)
  • FE: fix chart toolbox icons gap chaos (#815)
  • FE: index loading not centered (#815)
  • FE: get missing echarts loading back (#815)
  • FE: date & time cannot be formatted to correct locale string (#813, #815)
  • BE: fix pr display_name bug (#816)

Features

  • release VisualDL Service
  • FE: Support Dark mode

v2.0.3

3 years ago

ZH

问题修复

  • BE: 修复BOS文件系统追加问题 (#778)
  • FE: PR 曲线图表 Y 轴自适应数值 (#756) (#773)
  • BE: 修复Win10下命令行颜色不正常的问题 (#784)
  • FE: 修复跳转到index时参数丢失的问题 (#804)
  • FE: 修复只有step 0时直方图无法正常渲染的问题 (#807)
  • FE: 修复切换到访问过的页面时载入消失的问题 (#809)
  • FE: 修复标量和PR曲线的图表详情超长无法滚动的问题 (#809)
  • BE: 修复删除BOS文件后卡住的问题 (#805)

Features

  • 标量增加最值显示 (#779, #808)
  • BE: LogWriter()增加file_name以支持续写 (#764)
  • FE: 网络结构支持子图 (#787)
  • FE: 切换页面时记住选中的数据流 (#788, #809, #800)
  • FE: 标量页面增加只显示平滑后数据选项 (#795)
  • FE: 平滑度可以从页面参数中获取 (#797)
  • FE: 标量页面记住之前选择的平滑度 (#797)
  • FE: 网络结构记住用户上次选中的模型文件 (#789)

Enhancement

  • 使用毫秒增加数据精度 (#781, #783)
  • BE: 增加文件队列超时 (#772, #776)
  • BE: 去除对cv2的依赖 (#769)
  • FE: 使用es module以去除对webpack和nextjs的依赖 (#786)
  • FE: 更友好的错误提示 (#797, #804)

EN

Bug Fixes

  • BE: Fix append to bos. (#778)
  • FE: PR Curve chart Y axis will adaptive values now (#756) (#773)
  • BE: fix command color bug on win10 (#784)
  • FE: query string missing when redirect from root to index (#804)
  • FE: histogram cannot be rendered properly when data only has step 0 (#807)
  • FE: bring loading back when switching to a visited page (#809)
  • FE: scroll tooltips in scalar & pr-curve to prevent content overflow (#809)
  • BE: fix bugs when delete bos file (#805)

Features

  • add global extrema in scalar (#779, #808)
  • BE: add file_name in LogWriter() for rewriting. (#764)
  • FE: subgraph support for graph page (#787)
  • FE: remember selected runs between pages (#788, #809, #800)
  • FE: add smoothed data only option in scalar page (#795)
  • FE: set smoothing from query string (#797)
  • FE: remember smoothing in scalar page (#797)
  • FE: restore selected model when navigating back to graph page (#789)

Enhancement

  • use millisecounds to increase accuracy of data (#781, #783)
  • BE: add timeout for file queue (#772, #776)
  • BE: delete requirement of cv2 (#769)
  • FE: get rid of webpack & nextjs while introducing es module (#786)
  • FE: better error handling (#797, #804)

v2.0.1

3 years ago

ZH

  • 优化audio组件数据输入格式

EN

  • improve input format of audio component

v2.0.0

3 years ago

ZH

  • API全面升级,设计简洁易用。
  • 优化日志采集策略,极大提升可视化性能。
  • 七大可视化功能全面覆盖:Scalar、Image、Audio、Graph、Histogram、PR Curve、High Dimensional
  • 新增支持BOS、HDFS等多种文件系统。
  • AI Studio支持一键可视化启动,打造极简极优的使用体验

EN

  • The design of API is fully upgraded to make it easy to understand and use
  • Optimizing the strategy of collecting logs tremendously enhances the overall performance
  • Seven functions are provided, including Scalar, Image, Audio, Graph, Histogram, PR Curve and High Dimensional
  • Besides the support of domestic file system, additional file systems are also supported, such as BOS and HDFS
  • Only one click is enough to initiate the visualization analysis in AI Studio, providing users the best experience

v2.0.0-beta.8

3 years ago

New Features

  • PR Curve
  • Audio

Bug Fix

  • Step number truncated in web UI. (#672)
  • Scalars compatibility in safari (#674)
  • Cannot display records inside a symbolic link to a directory (#702)
  • Disable font cache to prevent disappeared icons
  • Error when switch to overlay mode in histogram page

Enhancement

  • Rewrite tooltip in histogram chart
  • Support BosFS
  • Add sample indicator in sample pages
  • Merge latest Netron

Documents

  • Add docs for HDFS/BosFS
  • Add English documents

v2.0.0-beta.7

3 years ago

feat: histogram