Skip to content

Commit

Permalink
[Blog] small fixes to v0.3b release blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
maltanar authored May 8, 2020
1 parent cc3c758 commit 63fca83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2020-05-08-finn-v03b-beta-is-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We're happy to announce the v0.3b (beta) release of the FINN compiler.
The full changelog is quite large as we've been working on a lot of exciting
new features, but here is a summary:

<img src="https://xilinx.github.io/finn/img/cnv-mp-fc.png" width=800 align="center"/>
<img src="https://xilinx.github.io/finn/img/cnv-mp-fc.png" width="800" align="center"/>


**Initial support for ConvNets and end-to-end notebook example.** The
Expand All @@ -17,7 +17,7 @@ preliminary support for convolutions is now in place. Head over to the new
end-to-end notebook</a> to try out the end-to-end flow for convolutions
and build the demonstrator for a simple binarized CNN on CIFAR-10.

<img src="https://xilinx.github.io/finn/img/parallel-speedup.png" width=500 align="center"/>
<img src="https://xilinx.github.io/finn/img/parallel-speedup.png" width="500" align="center"/>

**Parallel transformations.** When working with larger designs, HLS synthesis
and simulation compile times can be quite long. Thanks to a contribution by
Expand Down

0 comments on commit 63fca83

Please sign in to comment.