External-Attention-pytorch icon indicating copy to clipboard operation
External-Attention-pytorch copied to clipboard

CondConv and DynamicConv are the same

Open OlgaChaganova opened this issue 3 years ago • 1 comments

I think, there are some problem with CondConv implementation because it's almost the same as for DynamicConv and differs from the original paper's architecture (according to the paper, it should not have attention module)

OlgaChaganova avatar Dec 28 '21 16:12 OlgaChaganova

@OlgaChaganova The Attention module for CondConv is just a naming convention, here Attention refers to the routing function mentioned in the paper.

okbalefthanded avatar Jun 19 '22 11:06 okbalefthanded