SEnet

論文翻譯:https://blog.csdn.net/Quincuntial/article/details/78605507 原理: 類似於之前的一篇文章, 自動學習每個channel 的權重。 from torch import nn class SELayer(nn.Module): def __init__(self, channel, reduction=16):
相關文章
相關標籤/搜索