Skip to content

GCNet/ Global Context block/ Self Attention ? #649

Answered by rwightman
sowmen asked this question in Q&A

You must be logged in to vote

@sowmen I had some work in progress impl w/ gcnet and genet (SE author) back in the fall but got sidetracked by a bunch of other things, and was low priority since nobody seemed to be using them. I don't actually remember how close I was to getting them up and runing. I do have quite a few models using channel attn layers like SE, ECA. I've recently implemented a bunch of more recent self-attn type layers w/ corresponding models, BotNet, HaloNet, LambdaLayers.

I have a reecnt model class that's designed to make it easy to experiment with SA layers. https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/byoanet.py

Replies: 2 comments

You must be logged in to vote
0 replies
Answer selected by sowmen

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants