-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support of transposed convolutions through pixel padding #835
Conversation
… rtlsim and cppsim
…model for comparison
… transformation. Validating all tests including stitched IP rtlsim.
…tion to push scalar Mul nodes past ConvTranspose nodes, with associated unit test
…, as depthwise deconvolution is not yet supported
…full conversion to HLS layers
…n. Adding support for FMPadding_Pixel in SetFolding
…inn-fork into feature/pixelpadding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hleblevec ,
I've cleaned up a few things and adjusted the new test cases. Since the Brevitas version was changed as well, there is a few additional tests that will need to succeed before this will be merged.
Thanks @auphelia for taking the time to review this and sorry if there were things I forgot. I don't know which tests you are talking about but don't hesitate to ask if you need help running them. |
Gradually adding classes and functions to support the "pixel padding" implementation of transposed convolutions.