跨框架深度学习可视化框架 VisualDL

码农软件 · 软件分类 · 机器学习/深度学习 · 2019-08-05 16:42:13

软件介绍

VisualDL,即 Visualize the Deep Learning,是一个面向深度学习任务设计的可视化工具,包含了 scalar、参数分布、模型结构、图像可视化等功能,项目正处于高速迭代中,新的组件会不断加入。

目前大多数 DNN 平台均使用 Python 作为配置语言,VisualDL 原生支持 Python 的使用, 通过在模型的 Python 配置中添加几行,便可以为训练过程提供丰富的可视化支持。

除了 Python SDK 之外,VisualDL 底层采用 C++ 编写,其暴露的 C++ SDK 也可以集成到其他平台中, 实现原生的性能和定制效果。

组件

VisualDL 目前支持4种组件:

  • graph

  • scalar

  • image

  • histogram

graph

兼容 ONNX(Open Neural Network Exchange),通过与 python SDK的结合,VisualDL 可以兼容包括 PaddlePaddle、pytorch、mxnet 在内的大部分主流 DNN 平台。


scalar

可以用于展示训练测试的误差趋势


image

可以用于可视化任何tensor,或模型生成的图片


histogram

用于可视化任何 tensor 中元素分布的变化趋势

本文地址:https://codercto.com/soft/d/11711.html

Learning Processing

Learning Processing

Daniel Shiffman / Morgan Kaufmann / 2008-08-15 / USD 49.95

Book Description Teaches graphic artists the fundamentals of computer programming within a visual playground! Product Description This book introduces programming concepts in the context of c......一起来看看 《Learning Processing》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码