How to set the external mode #904
Replies: 4 comments 2 replies
-
|
Hi, you should be able to set However, I've not used this feature myself for a while. Hopefully someone else can chime in if I missed anything. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. You mean that if I want to use the external mode, I need to extract the desired weights for the layer I want to set and save the.npy file. Does this automatically discard the weights written into the onnx model? |
Beta Was this translation helpful? Give feedback.
-
I'm sorry to bother you again. I directly set the By querying the error message, I tried to save the However, it will affect the storage location and read location of other files are different. This causes an error that the file cannot be found. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @fpjentzsch I hope this message finds you well. I am currently working on deploying various YOLO model versions on a ZCU104 FPGA using FINN+. Due to model sizes, I'm encountering BRAM constraints that prevent some models from fitting onto the FPGA. I wanted to explore using external memory for weight storage, but I have concerns about potential AXI Lite interface limitations when implementing this approach. Could you please advise: Is there a recommended method to configure external memory access for weights in FINN+ ? Are there specific considerations or constraints regarding AXI Lite connections when using external memory mode (using lot of MVAU/VVAU nodes with external mem_mode) ? I would greatly appreciate your insights on managing these resource constraints while maintaining reasonable performance. Thank you in advance for your time and expertise. Best regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
If I want to run my application using
externalmode, what changes do I need to make from the original mode (e.g. MVU and VVAU)Thanks.
Beta Was this translation helpful? Give feedback.
All reactions