Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Augmenting
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
@@ -8,6 +8,9 @@ app_file: app.py
|
|
8 |
pinned: false
|
9 |
license: afl-3.0
|
10 |
---
|
|
|
|
|
|
|
11 |
|
12 |
# Configuration
|
13 |
|
|
|
1 |
---
|
2 |
+
title: Augmenting Convolutional networks with attention-based aggregation
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
|
|
8 |
pinned: false
|
9 |
license: afl-3.0
|
10 |
---
|
11 |
+
# [Augmenting Convolutional networks with attention-based aggregation](https://arxiv.org/abs/2112.13692)
|
12 |
+
|
13 |
+
Get the attention map of the model and understand the reason behind the classification decision.
|
14 |
|
15 |
# Configuration
|
16 |
|