Skip to content

Raw implementation of attention gated U-Net by Keras

Notifications You must be signed in to change notification settings

Hsmiy/Attention_UNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention_UNet

Raw implementation of attention gated U-Net using Keras. Including:

AttentionResUNet:

U-Net model with residual block, using the spatial-level attention gate.

AttentionSEResUNet:

U-Net model with residual block, using both the spatial-level and channel-level attention gate (similar to SENet).

About

Raw implementation of attention gated U-Net by Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%