DrishtiSharma
commited on
Commit
•
1b65eba
1
Parent(s):
7926bfb
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ model-index:
|
|
34 |
|
35 |
**Introduction**
|
36 |
|
37 |
-
This example implements the EANet model for image classification, and demonstrates it on the [CIFAR-100]
|
38 |
|
39 |
|
40 |
|
|
|
34 |
|
35 |
**Introduction**
|
36 |
|
37 |
+
This example implements the EANet model for image classification, and demonstrates it on the [CIFAR-100](https://huggingface.co/datasets/cifar100) dataset. EANet introduces a novel attention mechanism named external attention, based on two external, small, learnable, and shared memories, which can be implemented easily by simply using two cascaded linear layers and two normalization layers. It conveniently replaces self-attention as used in existing architectures. External attention has linear complexity, as it only implicitly considers the correlations between all samples.
|
38 |
|
39 |
|
40 |
|