Dynamic UNet

    Unet model using PixelShuffle ICNR upsampling that can be built on top of any pretrained architecture

    Merge a shortcut with the result of the module by adding them or concatenating them if dense=True.

    Create a U-Net from a given architecture.