clementchadebec commited on
Commit
fe9d94a
·
1 Parent(s): c05e461

Uploading CIWAE in clementchadebec/reproduced_ciwae

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:bc3d9610787b569c1bbd1e07403b11b4721289f9f31c8f93b34b6a2e7f7707c7
3
+ size 836593
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14299eb13adf96a24eef2d49a728f6f5838a330323e60fb7930d69696658246a
3
+ size 874588
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:b41fea858203bdacac0cc67ec0268e05dc2740f4873ff03e85fe885538ef2c5b
3
+ size 1705339
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "CIWAEConfig", "input_dim": [1, 28, 28], "latent_dim": 50, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "bce", "number_samples": 64, "beta": 0.05}