Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
akimach committed Feb 20, 2017
1 parent c171c29 commit f10219a
Show file tree
Hide file tree
Showing 2 changed files with 903 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
tfgraphviz
================

A simple graphviz wrapper to visualize a graph like TensorBoard
A simple graphviz wrapper to visualize a graph like TensorFlow and TensorBoard

tfgraphviz is a module to create a TensorBoard-ish graph in the DOT language of the Graphviz. tfgraphviz provides a visualization of tensorflow graph on Jupyter Notebook without TensorBoard.

Expand All @@ -11,6 +11,7 @@ Links

- GitHub: http://github.com/akimach/tfgraphviz
- PyPI: https://pypi.python.org/pypi/tfgraphviz
- Jupyter Notebook: https://nbviewer.jupyter.org/github/akimach/tfgraphviz/blob/master/examples/jupyter_sample.ipynb

Installation
------------
Expand Down Expand Up @@ -43,3 +44,8 @@ License
-------

This package is distributed under the MIT license.

Author
-------

Akimasa KIMURA
Loading

0 comments on commit f10219a

Please sign in to comment.