ZWhimsi
ZWhimsi
Hi, thank you for your response. However, I encountered is this issue with a reuse factor of 1,000,000, using the strategy "Resources" and an approximately 10,000-parameter CNN. If these settings...
Yes, my bad. I corrected it. Is there a way to estimate the complexity of the process for a network to avoid attempting 'Latency' mode when it is clearly infeasible?...
The reuse factor is capped at the number of parameters for each layer, correct? I have valid reuse factors ranging from 1, 2, ..., to 18432 for a conv2D layer...
Additionally, I'm curious why even with a large reuse factor like 1000000, the synthesis fails when in "Latency" mode. Wouldn't it be possible to select the maximum reuse factor for...
Thank you! Can you provide more details on how the Latency mode works? I read the paper and the documentation but didn't find the information I was looking for. Is...
I am working on a script designed to forecast FPGA resource usage (specifically DSPs and BRAMs) for HLS4ML. The goal is to estimate resource usage and throughput without synthesizing every...