Attention_UNet icon indicating copy to clipboard operation
Attention_UNet copied to clipboard

Raw implementation of attention gated U-Net by Keras

Results 5 Attention_UNet issues
Sort by recently updated
recently updated
newest added

I did not find the "SE_RATIO" parameter in the config file? what is an ideal "SE_RATIO"? is it between 0 to 1? what is the impact if I set it...

Hi, when I run this code, it says : ModuleNotFoundError: No module named 'UNetConfig' So can you provide me the UNetConfig.py? Thanks so much!

E tensorflow/core/grappler/optimizers/dependency_optimizer.cc:704] I got this warning, and the predict time is too long,but I have no idea how to solve it.could you give me some idea?

And I also have some problem when I try to run the code,such as in the AttResUNet,there is no AttentionSEResUNet.And I was confused about import UNetConfig as uc in the...

Hello,i use your code and use Dice loss as my loss function,but sometimes the loss is less than 0.I do not know what happend.Thanks for your answering.