Skip to content
Snippets Groups Projects
Commit 88113107 authored by auphelia's avatar auphelia
Browse files

[Sphinx documentation] Fix bug when including image

parent fc3b2a85
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
docs/finn/_build/html/_images/finn-flow.png

12.3 KiB

...@@ -11,12 +11,15 @@ FINN is an experimental framework from Xilinx Research Labs to explore deep neur ...@@ -11,12 +11,15 @@ FINN is an experimental framework from Xilinx Research Labs to explore deep neur
What is FINN? What is FINN?
============= =============
'FINN' is colloquially used to refer to two separate but highly related things: 'FINN' is colloquially used to refer to two separate but highly related things:
* The FINN project, which includes tools for training quantized neural networks such as Brevitas, the FINN compiler, and the finn-hlslib Vivado HLS library of FPGA components for QNNs. An overview of the project can be taken from the following graphic and details can be seen on the project homepage. * The FINN project, which includes tools for training quantized neural networks such as Brevitas, the FINN compiler, and the finn-hlslib Vivado HLS library of FPGA components for QNNs. An overview of the project can be taken from the following graphic and details can be seen on the project homepage.
.. image:: ../img/finn-flow.png .. image:: ../img/finn-flow.png
:height: 600px :height: 600px
:scale: 75% :scale: 75%
:align: center :align: center
* The repository, this readthedocs website corresponds to. This is the FINN compiler, which is the centerpiece of the FINN project. The GitHub repositroy can be viewed using the link in the upper right corner.
* The repository, this Read the Docs website corresponds to. This is the FINN compiler, which is the centerpiece of the FINN project. The GitHub repository can be viewed using the link in the upper right corner.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
...@@ -154,24 +154,13 @@ ...@@ -154,24 +154,13 @@
<p>FINN is an experimental framework from Xilinx Research Labs to explore deep neural network inference on FPGAs. It specifically targets quantized neural networks, with emphasis on generating dataflow-style architectures customized for each network. It is not intended to be a generic DNN accelerator like xDNN, but rather a tool for exploring the design space of DNN inference accelerators on FPGAs.</p> <p>FINN is an experimental framework from Xilinx Research Labs to explore deep neural network inference on FPGAs. It specifically targets quantized neural networks, with emphasis on generating dataflow-style architectures customized for each network. It is not intended to be a generic DNN accelerator like xDNN, but rather a tool for exploring the design space of DNN inference accelerators on FPGAs.</p>
<div class="section" id="what-is-finn"> <div class="section" id="what-is-finn">
<h2>What is FINN?<a class="headerlink" href="#what-is-finn" title="Permalink to this headline"></a></h2> <h2>What is FINN?<a class="headerlink" href="#what-is-finn" title="Permalink to this headline"></a></h2>
<p>‘FINN’ is colloquially used to refer to two separate but highly related things: <p>‘FINN’ is colloquially used to refer to two separate but highly related things:</p>
* The FINN project, which includes tools for training quantized neural networks such as Brevitas, the FINN compiler, and the finn-hlslib Vivado HLS library of FPGA components for QNNs. An overview of the project can be taken from the following graphic and details can be seen on the project homepage.
.. image:: ../img/finn-flow.png</p>
<blockquote>
<div><dl class="field-list simple">
<dt class="field-odd">height</dt>
<dd class="field-odd"><p>600px</p>
</dd>
<dt class="field-even">scale</dt>
<dd class="field-even"><p>75%</p>
</dd>
<dt class="field-odd">align</dt>
<dd class="field-odd"><p>center</p>
</dd>
</dl>
</div></blockquote>
<ul class="simple"> <ul class="simple">
<li><p>The repository, this readthedocs website corresponds to. This is the FINN compiler, which is the centerpiece of the FINN project. The GitHub repositroy can be viewed using the link in the upper right corner.</p></li> <li><p>The FINN project, which includes tools for training quantized neural networks such as Brevitas, the FINN compiler, and the finn-hlslib Vivado HLS library of FPGA components for QNNs. An overview of the project can be taken from the following graphic and details can be seen on the project homepage.</p></li>
</ul>
<a class="reference internal image-reference" href="_images/finn-flow.png"><img alt="_images/finn-flow.png" class="align-center" src="_images/finn-flow.png" style="width: 278.25px; height: 450.0px;" /></a>
<ul class="simple">
<li><p>The repository, this Read the Docs website corresponds to. This is the FINN compiler, which is the centerpiece of the FINN project. The GitHub repository can be viewed using the link in the upper right corner.</p></li>
</ul> </ul>
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
</div> </div>
......
This diff is collapsed.
...@@ -11,12 +11,15 @@ FINN is an experimental framework from Xilinx Research Labs to explore deep neur ...@@ -11,12 +11,15 @@ FINN is an experimental framework from Xilinx Research Labs to explore deep neur
What is FINN? What is FINN?
============= =============
'FINN' is colloquially used to refer to two separate but highly related things: 'FINN' is colloquially used to refer to two separate but highly related things:
* The FINN project, which includes tools for training quantized neural networks such as Brevitas, the FINN compiler, and the finn-hlslib Vivado HLS library of FPGA components for QNNs. An overview of the project can be taken from the following graphic and details can be seen on the project homepage. * The FINN project, which includes tools for training quantized neural networks such as Brevitas, the FINN compiler, and the finn-hlslib Vivado HLS library of FPGA components for QNNs. An overview of the project can be taken from the following graphic and details can be seen on the project homepage.
.. image:: ../img/finn-flow.png .. image:: ../img/finn-flow.png
:height: 600px :height: 600px
:scale: 75% :scale: 75%
:align: center :align: center
* The repository, this readthedocs website corresponds to. This is the FINN compiler, which is the centerpiece of the FINN project. The GitHub repositroy can be viewed using the link in the upper right corner.
* The repository, this Read the Docs website corresponds to. This is the FINN compiler, which is the centerpiece of the FINN project. The GitHub repository can be viewed using the link in the upper right corner.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment