Why can the upsampling in the UNet decoder only use interpolation but not transpose convolution? #1191
hanruiyao163
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @hanruiyao163, as you might see, this implementation is quite different from the original one. However, it has evolved due to quality and convergence improvements and tested in Kaggle competitions. The main differences of this implementation
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The original UNet paper used transpose convolution for upsampling.
Beta Was this translation helpful? Give feedback.
All reactions