Hi,
I have 3 questions about the diagram:
-
In the diagram, all layers except the last one are represented as
ResidualConvBlocks, but in the code, only the first layer (Init.conv) actually setsis_resto true. Should all other exceptInit.convhave a different icon/shape to reflect that they are in fact not residual? -
In the diagram,
up0is represented in the same way asUnetUp, with 1ConvTranspose2dand 2ResidualConvBlocks. However in code it is only a singleConvTranspose2dwith a group norm. Should it have a different icon/shape in the diagram? -
The last layer in the diagram is represented as two
ConvTranspose2d, but in code they areConv2d. Should their color be bright blue instead of dark blue?
Thank you,
Sam.