NAM icon indicating copy to clipboard operation
NAM copied to clipboard

Results 10 NAM issues
Sort by recently updated
recently updated
newest added

Hi, so many thanks for your quick reply. As I cannot map the default dimension of scale factor of BN to spatial dims ( C != H X W ?...

Dear Author: Could you send the complete NAM code to me?Thanks a lot!

朋友我想问下,通道注意力机制实现最后,为什么是返回torch.sigmoid(x)*residual,而不是直接返回torch.sigmoid(x),看你那个图好像torch.sigmoid(x)就是输出特征图诶

Dear Authors: Your work has inspired me a lot! Could you give me your complete NAM module. My email [email protected], Thanks a lot!

Hello, what is the main use of **def updateBN**? Will removing it have any negative effect?

class Channel_Att(nn.Module): def __init__(self, channels, t=16):

请问有人有完整代码吗?

https://github.com/Christian-lyc/NAM/blob/6e8d3e321c60a9b9e4a795bfdb228caa08a076b5/MODELS/model_resnet.py#L142 How to select the value of shape? for exeample, i use resnet12 for FC100 dataset. what is the value of shape? 32?