Hugo LE BLEVEC
Hugo LE BLEVEC
Small modifications to fix a bug sometimes occurring when using the auto FIFO sizing and VitisBuild. Due to the renaming of nodes and the conservation of cached IP folders, it...
New streamline transformation with associated unit test. The transformation converts the data layout of Upsample nodes and scale Resize nodes (i.e. Resize nodes that use the _scales_ input) from NCHW...
Update of get_models.py to properly compute reference output and to use env variables instead of relative paths. Added extra verification scripts in the build to try to debunk where the...
Strided pointwise convolution on rectangular feature maps not correctly handled by InferConvInpGen
## Quick summary The tool does not correctly handle strided pointwise convolution with rectangular feature maps anymore. With the previous build, I would use the RTL variant of ConvInpGen which...
Hello, I've been working on a support of rectangular inputs for the UpsampleNearestNeighbour recently, and while doing some tests I encountered an issue that also exists in the original square...
Hello, I am currently trying to run your project on my Alveo U250 board, but I am facing some issues. I noticed from trying to go through the notebook that...
Integration of the new deconvolution implementation (see https://github.com/Xilinx/finn-hlslib/blob/feature/deconv/deconv.hpp for the HLS part). Current known issues: - [ ] Several failing cppsim testcases, which seem to be linked to padding when...