Just add it.
x = self.new_conv(x)
You will probably have to use padding = floor(kernel_size / 2)
in order to keep the correct size for the fc layer’s input.
Just add it.
x = self.new_conv(x)
You will probably have to use padding = floor(kernel_size / 2)
in order to keep the correct size for the fc layer’s input.