Replies: 1 comment
-
cc @DN6 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I failed to find any documentation about the block types (defined in
unet_2d_blocks.py
) on the official site, is there anywhere to find any docs for them?What I am trying to figure out is the difference between
UpBlock2d
andUpDecoderBlock2d
(orDownBlock2d
andDownDecoderBlock2d
). I dived into the code and found them implemented in very similar ways, especially withresnet_time_scale_shift
defined to false. So why exactly are their differences?Beta Was this translation helpful? Give feedback.
All reactions