You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is meant by max/mean-unpooling? Is it meant like in the U-Net where you return the max value to the position it was found in the descending path? I would like something like that, but I'm not sure we can do that without binding the downscaling and upscaling pooling layers.
These are fairly common operations in image2image models (including 3d images) where they go in hand with ConvTranspose layers.
The text was updated successfully, but these errors were encountered: