Skip to content

Commit

Permalink
Fix imgs path
Browse files Browse the repository at this point in the history
  • Loading branch information
dboyliao committed Jul 25, 2019
1 parent 5677dd4 commit c3af9d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ documentation
- Right: replace the matched layer with specialized
``QuantizedFusedConv2DMaxpool`` node

.. image:: .images/conv_pool_fuse.png
:alt: conv-pool-fuce
\ |conv-pool-fuse|


Dropout Layer Removal
~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -149,7 +149,10 @@ Dropout Layer Removal

- Left: original graph with dropout Layers
- Middle: matched dropout layers
- Right: graph with dropout layers removed |cnn-dropout|
- Right: graph with dropout layers removed

\ |cnn-dropout|


We use mainly ``Tensorflow`` for declaring the pattern graph for matcher now.

Expand Down Expand Up @@ -228,3 +231,5 @@ Future Works
.. - or ?
.. |cnn-dropout| image:: ./images/cnn_dropout.png
.. |conv-pool-fuse| image:: images/conv_pool_fuse.png
:alt: conv-pool-fuse
4 changes: 4 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ help:

.PHONY: help Makefile

html: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@mkdir "$(BUILDDIR)/$@/images" && cp ../images/* "$(BUILDDIR)/$@/images"

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
Expand Down

0 comments on commit c3af9d3

Please sign in to comment.