Thanks for sharing your great work. I have a question on the self.out layer of UNet module.
I found the last layer is zero_module(conv_nd(dims, input_ch, out_channels, 3, padding=1)), does it mean all the network outputs will be zero since the weights and biases of last layer of UNet are all zeros?
I know that must not be true but I do not know how to justify it. Could you give me some hints? In any case thanks for your patient and help!
Hello,
Thanks for sharing your great work. I have a question on the self.out layer of UNet module. I found the last layer is zero_module(conv_nd(dims, input_ch, out_channels, 3, padding=1)), does it mean all the network outputs will be zero since the weights and biases of last layer of UNet are all zeros?
I know that must not be true but I do not know how to justify it. Could you give me some hints? In any case thanks for your patient and help!