Skip to content

Implementation from the paper Attention Augmented Convolutional Networks in Tensorflow (https://arxiv.org/pdf/1904.09925v1.pdf)

Notifications You must be signed in to change notification settings

gan3sh500/attention-augmented-conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Attention-Augmented Convolution

The tensorflow implementation from the paper Attention Augmented Convolutional Networks. Will add a Pytorch implementation of the same soon but currently the torch.einsum is very slow, even on GPU it is slower than Numpy.

Attention-Augmented Convolution

To use the layer:

from layer import augmented_conv2d

The paper has shows promising results, especially below:

ResNet-50 improvements

About

Implementation from the paper Attention Augmented Convolutional Networks in Tensorflow (https://arxiv.org/pdf/1904.09925v1.pdf)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages