Hello! I have a question about the function D_Resblock and D_FirstResblock. In your code, the 1x1 conv layer in the skip connection seems to be omitted... Isn't it necessary to add a 1x1 conv layer to deal with different numbers of input and output channels?
Hello! I have a question about the function D_Resblock and D_FirstResblock. In your code, the 1x1 conv layer in the skip connection seems to be omitted... Isn't it necessary to add a 1x1 conv layer to deal with different numbers of input and output channels?