We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efb91b commit 2377647Copy full SHA for 2377647
ALE/README.md
@@ -15,10 +15,10 @@ The numbers below are **class-averaged top-1 accuracies** (see ZSLGBU paper for
15
16
| Dataset | ZSLGBU Results| Repository Results | Hyperparams from Val |
17
|---------|:-------------:|:------------------:|:--------------------:|
18
-| CUB | **54.9** | 48.98 |lr=1.0, norm=None |
+| CUB | **54.9** | 48.98 |lr=0.3, norm=L2 |
19
| AWA1 | **59.9** | 56.56 |lr=0.01, norm=L2 |
20
-| AWA2 | **62.5** | 52.90 |lr=0.001, norm=L2 |
21
-| aPY | **39.7** | 32.76 |lr=0.002, norm=std |
+| AWA2 | **62.5** | 52.90 |lr=0.01, norm=L2 |
+| aPY | **39.7** | 32.76 |lr=0.04, norm=L2 |
22
| SUN | 58.1 | **61.88** |lr=0.1, norm=L2 |
23
24
#### Generalized ZSL
0 commit comments