BTS-Net icon indicating copy to clipboard operation
BTS-Net copied to clipboard

Results 1 BTS-Net issues
Sort by recently updated
recently updated
newest added

Thanks for the well explained paper and code. I have a question about channel attention part. img_vec = nn.Softmax(dim=1)(img_vec) * img_vec.shape[1] Is there a particular reason why you multiplied img_vec.shape[1]...