Hi, @pesser, thanks for your work! According to [here](https://github.com/CompVis/vunet/blob/master/models.py#L139), it seems that you don't use `cn` in the `enc_up` pass, which is different from the net in your paper. Could you explain that? Do we need `cn` there? Thanks a lot!
Hi, @pesser, thanks for your work!
According to here, it seems that you don't use
cnin theenc_uppass, which is different from the net in your paper.Could you explain that? Do we need
cnthere? Thanks a lot!