Yaman Umuroglu

Results 47 comments of Yaman Umuroglu

Besides the CNVs there's the MobileNet-v1 on finn-examples, there are two different folding configs you could compare against in the dev branch: https://github.com/Xilinx/finn-examples/tree/dev/build/mobilenet-v1 ...which will soon be joined by ResNet-50:...

Pooling layers don't typically contribute much to the overall resource footprint for e.g. convnets, this is why they've been omitted so far. Of course it'd be great to have estimators...

The ResNet-50 streamlining etc. will require a number of updates and custom transformations so please wait for the official release. We're hoping to get everything wrapped up over the next...

Just to link up here as well, I've replied to this on the Gitter channel: https://gitter.im/xilinx-finn/community?at=60a225d7d523ee3d3e397cf7

Thanks Neil! I want to make sure we give this a thorough review as it's a critical part of FINN, so I've requested a few extra reviews on this from...

Hi @kf7lsu , thanks for taking the time for reporting this in detail -- we've run relatively few regression NNs through FINN and I suspect you've found a few of...

Hi, fpga-tidbits main branch is currently Chisel2 but there is some ongoing work to port it to Chisel3 in this branch by @erlingrj : https://github.com/maltanar/fpga-tidbits/tree/chisel3

Good to hear that it was a relatively straightforward fix. Could you make a pull request that incorporates this fix?

Hello, I ran into this as well and it looks like the issue is the ampersand characters that appear in the generated function names.I have a quick fix here that...

Hi Sara, As you can see from the error output this is not a HWGQ issue but a FINN issue, so this issue belongs to the [FINN GitHub repo](https://github.com/Xilinx/FINN/).