提交 42e6e7f2 authored 作者: Christof Angermueller's avatar Christof Angermueller

Update d3viz documentation in tutorial

上级 23a0c9d2
...@@ -133,11 +133,13 @@ The output file is available at pics/logreg_pydotprint_train.png ...@@ -133,11 +133,13 @@ The output file is available at pics/logreg_pydotprint_train.png
Interactive Graph Visualization Interactive Graph Visualization
=============================== ===============================
Do you work with complex graphs that can not be represented clearly with The new :mod:`d3viz` module complements :func:`theano.printing.pydotprint` to
:func:`theano.printing.pydotprint`, or are you simply looking for a more nifty visualize complex graph structures. Instead of creating a static image, it
visualization with rich output information? Then Theano's new :mod:`d3viz` generates an HTML file, which allows to dynamically inspect graph structures in
module is the way to go, which allows you to interactively visualize graphs in a web browser. Features include zooming, drag-and-drop, editing node labels, or
your web browser, including zooming, drag-and-drop, editing node labels, or coloring nodes by their compute time.
coloring nodes by their compute time!
=> :mod:`d3viz` <= => :mod:`d3viz` <=
.. image:: ./pics/d3viz.png
:width: 350 px
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论