SqueezeAttention-PyTorch icon indicating copy to clipboard operation
SqueezeAttention-PyTorch copied to clipboard

It has mine implementation of Squeeze and Attention Networks in PyTorch

Results 4 SqueezeAttention-PyTorch issues
Sort by recently updated
recently updated
newest added

Thanks for your code! I have a question, if using convolution + bn + relu, why convolution has bias? I think it is unnecssary.

能写个带有sablock的resnet网络吗

个人感觉 你的实现 没有什么问题,但是我咋感觉这篇论文写得逻辑有问题呢,就是很多细节忽略了

Based on your understanding, where does the sa module fit into the model