clementchadebec commited on
Commit
8511f45
1 Parent(s): b901960

Uploading PoincareVAE in clementchadebec/reproduced_wrapped_poincare_vae

Browse files
Files changed (6) hide show
  1. README.md +13 -0
  2. decoder.pkl +3 -0
  3. encoder.pkl +3 -0
  4. environment.json +1 -0
  5. model.pt +3 -0
  6. model_config.json +1 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
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 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5268898aee57f2293ee816ff1b0db8c96d1a6d689932fa19ddb52b10c9d2601e
3
+ size 1917596
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63869ad9a707722a2be018d84d4ad7fb099cc061f148eb26017b9fa5e26517d9
3
+ size 1915139
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.8"}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59f80f03e50138c692ed095a83e212b5bccff64dda54966f70b272494312fad
3
+ size 3825217
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "PoincareVAEConfig", "input_dim": [1, 28, 28], "latent_dim": 10, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "bce", "prior_distribution": "wrapped_normal", "posterior_distribution": "wrapped_normal", "curvature": 0.7}