模块出处
[link] [code] [WACV 21] Attentional Feature Fusion
模块名称
Multi-Scale Channel Attention Module (MS-CAM)
模块作用
通道注意力
模块结构

模块代码
import torch
import torch.nn as nn
class MS_CAM(nn.Module):
def __init__(self, channels=64, r=4):
super(MS_CAM, self).__init__()
inter_chan