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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: