clementchadebec
commited on
Commit
•
5bc0154
1
Parent(s):
fe3241f
Uploading PoincareVAE in clementchadebec/reproduced_wrapped_poincare_vae
Browse files- README.md +2 -11
- decoder.pkl +2 -2
- encoder.pkl +2 -2
- model.pt +1 -1
README.md
CHANGED
@@ -2,21 +2,12 @@
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- pythae
|
5 |
-
- reproducibility
|
6 |
license: apache-2.0
|
7 |
---
|
8 |
|
|
|
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 |
```
|
14 |
-
|
15 |
-
## Reproducibility
|
16 |
-
This trained model reproduces the results of the official implementation of [1].
|
17 |
-
|
18 |
-
| Model | Dataset | Metric | Obtained value | Reference value |
|
19 |
-
|:---:|:---:|:---:|:---:|:---:|
|
20 |
-
| PoincareVAE | MNIST | NLL | 102.06 (0.00) | 101.47 (0.01) |
|
21 |
-
|
22 |
-
[1] Mathieu, E., Le Lan, C., Maddison, C. J., Tomioka, R., & Teh, Y. W. (2019). Continuous hierarchical representations with poincaré variational auto-encoders. Advances in neural information processing systems, 32.
|
|
|
2 |
language: en
|
3 |
tags:
|
4 |
- pythae
|
|
|
5 |
license: apache-2.0
|
6 |
---
|
7 |
|
8 |
+
### Downloading this model from the Hub
|
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="your_hf_username/repo_name")
|
13 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
decoder.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9d5160310ca862584c9bfa92ce30ab6192aa9886dea579db9dafcbc83ae602a
|
3 |
+
size 1917613
|
encoder.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:113ad02efd0f9f4f4d1619fc3fb3c4c10424ea71bf941304934a18a4c900fb8e
|
3 |
+
size 1915149
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3825217
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62cedf43cf481e6e802a1fe77a9945f4f665ab46a95ebd1a5d6104557c1ea715
|
3 |
size 3825217
|