WeightNet icon indicating copy to clipboard operation
WeightNet copied to clipboard

Results 2 WeightNet issues
Sort by recently updated
recently updated
newest added

class WeightNet_DW(M.Module): r""" Here we show a grouping manner when we apply WeightNet to a depthwise convolution. The grouped fc layer directly generates the convolutional kernel, has fewer parameters while...

Hi, thanks for the great work on unifying SENet and CondConv. I just want to confirm if my understanding is correct: In SENet, attention is computed across the C input...