clementchadebec
commited on
Commit
·
28487c8
1
Parent(s):
e2ab330
Update README.md
Browse files
README.md
CHANGED
@@ -10,10 +10,14 @@ license: apache-2.0
|
|
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="
|
14 |
```
|
15 |
|
16 |
## Reproducibility
|
17 |
-
This trained model reproduces the results of Table 1 in [1]
|
|
|
|
|
|
|
|
|
18 |
|
19 |
[1] Samlimans, T. et al, *Markov chain monte carlo and variational inference: Bridging the gap*, ICML 2015
|
|
|
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_hvae")
|
14 |
```
|
15 |
|
16 |
## Reproducibility
|
17 |
+
This trained model reproduces the results of Table 1 in [1].
|
18 |
+
|
19 |
+
| Model | Dataset | Metric | Obtained value | Reference value |
|
20 |
+
|:---:|:---:|:---:|:---:|:---:|
|
21 |
+
| HVAE (n_lf=4) | Binary MNiST | NLL (1000 IS) | | 86.40 |
|
22 |
|
23 |
[1] Samlimans, T. et al, *Markov chain monte carlo and variational inference: Bridging the gap*, ICML 2015
|