Largest Neural Network that can be synthesized? #665
Unanswered
satvikmaurya
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Limit depends on many factors, such as network size (number of parameters), network architecture, quantization, parallelization, target FPGA... So it is not easy to say. In your case, I would switch to the resource strategy to avoid the 4096 limit. With |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to synthesize a neural network with 3 hidden layers for my current project but I'm getting the following error:
The neural network I'm trying to synthesize is this:
Is there a limit on the size (breadth of the network in this case) that can be synthesized? I am using Vivado HLS 2019.1.
Beta Was this translation helpful? Give feedback.
All reactions