clementchadebec
commited on
Commit
•
3f5ec81
1
Parent(s):
7121f3d
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- pythae
|
|
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
|
@@ -9,5 +10,13 @@ license: apache-2.0
|
|
9 |
This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
|
10 |
```python
|
11 |
>>> from pythae.models import AutoModel
|
12 |
-
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="
|
13 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- pythae
|
5 |
+
- reproducibility
|
6 |
license: apache-2.0
|
7 |
---
|
8 |
|
|
|
10 |
This model was trained with pythae. It can be downloaded or reloaded using the method `load_from_hf_hub`
|
11 |
```python
|
12 |
>>> from pythae.models import AutoModel
|
13 |
+
>>> model = AutoModel.load_from_hf_hub(hf_hub_path="clementchadebec/reproduced_aae")
|
14 |
```
|
15 |
+
## Reproducibility
|
16 |
+
This trained model reproduces the results of Table 1 in [1].
|
17 |
+
|
18 |
+
| Model | Dataset | Metric | Obtained value | Reference value |
|
19 |
+
|:---:|:---:|:---:|:---:|:---:|
|
20 |
+
| AAE | CELEBA 64 | FID | 43.3 | 42 |
|
21 |
+
|
22 |
+
[1] Tolstikhin, O Bousquet, S Gelly, and B Schölkopf. Wasserstein auto-encoders. In 6th International Conference on Learning Representations (ICLR 2018), 2018.
|