HMS97 / ConvNeXtV2-Unet

Unet-implementation based on ConvNeXtV2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non-linearity

vishalned opened this issue · comments

Hey,

In your upsampling layers, you do not include any non-linearity. I personally dont believe this is correct since the decoder is just linear. Let me know what you think about this.