Build steps for residual models like UNet? #1064
Unanswered
MAD-hav-KGP
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was trying to compile a UNet model with FINN. Based on info I found here, I've replaced the convtranspose layers with upsampling + conv2d layers, and also found an answer referring to the resnet50 build. However, I wasn't able to run the resnet 50 build from finn-examples, and was wondering if there is any general advice on implementing models with residual connections?
Beta Was this translation helpful? Give feedback.
All reactions