Skip to content

Commit

Permalink
Draw openvino graph to TensorBoard (#523)
Browse files Browse the repository at this point in the history
* openvino graph

usage: w.add_openvino_graph('examples/mobilenetv2.xml')
  • Loading branch information
lanpa committed Oct 19, 2019
1 parent 55ab152 commit 8dcac01
Show file tree
Hide file tree
Showing 4 changed files with 2,828 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/demo_openvino.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from tensorboardX import SummaryWriter
with SummaryWriter() as w:
# https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/mobilenetv2-int8-sparse-v1-tf-0001/FP32/mobilenetv2-int8-sparse-v1-tf-0001.xml
w.add_openvino_graph('examples/mobilenetv2.xml')

0 comments on commit 8dcac01

Please sign in to comment.