Does FINN support multiheaded/residual networks? #991
Answered
by
MFJI
JPPalacios
asked this question in
Q&A
-
Hi, I would like to know if the FINN compiler accepts shortcuts/residuals or having multiple heads for classification/localization within networks? Was interested in looking into MobileV2 architectures for eventual PYNQ deployment. If not, what would be the best way to "streamline" both tasks into a single output? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
MFJI
Mar 21, 2024
Replies: 1 comment
-
Finn-examples has something similar: https://github.com/Xilinx/finn-examples/tree/main/build/mobilenet-v1 and https://github.com/Xilinx/finn-examples/tree/main/build/resnet50. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
auphelia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finn-examples has something similar: https://github.com/Xilinx/finn-examples/tree/main/build/mobilenet-v1 and https://github.com/Xilinx/finn-examples/tree/main/build/resnet50.