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!