hellloxiaotian / ADNet

Attention-guided CNN for image denoising(Neural Networks,2020)
https://doi.org/10.1016/j.neunet.2019.12.024
117 stars 5 forks source link

AB注意力模块 #4

Open yichuan123 opened 4 years ago

yichuan123 commented 4 years ago

您好,我疑惑的是在models.py的class ADNet(nn.Module)的forward(x)里怎么没有用到注意力机制class Self_Attn(nn.Module),是不是我理解错了??望指教

hellloxiaotian commented 4 years ago

请仔细看网络图和论文原文https://www.sciencedirect.com/science/article/abs/pii/S0893608019304241

hellloxiaotian commented 4 years ago

请仔细看网络图和论文原文https://www.sciencedirect.com/science/article/abs/pii/S0893608019304241

yichuan123 commented 4 years ago

好的,谢谢!