Replies: 1 comment 1 reply
-
You are right; if specified for the model and left unspecified for individual layers, the value 1000 will apply to the individual layers. You can verify this by running the hls4ml model conversion and inspecting the file parameters.h in your output directory. You will see the layer configuration that actually is used when compiling the model. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm trying to understand that if I specify this:
does it mean that every layer will have a ReuseFactor of 1000?
I'm confused because if I then printout the hls_config_q I can see that while Model has taken on those values other layers of the network haven't e.g. they have a ReuseFactor of 1:
So under the hood does the value used by Model level take precedent and applied to each level OR if not what exactly is the purpose of specifying Reuse at the model level?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions