clementchadebec commited on
Commit
af8fe61
1 Parent(s): a3136ab

Uploading PIWAE in clementchadebec/reproduced_piwae

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:e62c428ec95fa90518b63177b43a6bc5835e89b37c0bed8b0f4bfdea991a1d9d
3
+ size 836597
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d550c00491d5c1f523c27b0ec8150388f3fe2b548968fc2b6ee5c2848809c328
3
+ size 874606
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.7"}
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b794c033624b021d1a6a49bda56d461daf86e0293c85ecc6a84e9fcd06c09d7
3
+ size 1705339
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "PIWAEConfig", "input_dim": [1, 28, 28], "latent_dim": 50, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "bce", "number_gradient_estimates": 8, "number_samples": 8}