Raw implementation of attention gated U-Net using Keras. Including:
U-Net model with residual block, using the spatial-level attention gate.
U-Net model with residual block, using both the spatial-level and channel-level attention gate (similar to SENet).