clementchadebec commited on
Commit
9c83a55
1 Parent(s): 7306e20

Uploading IWAE in clementchadebec/reproduced_iwae

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:8b2838c0993a47dfdc1a689f1fef56dabf63049218b07872d67906c524242cfd
3
+ size 836596
encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8bbefe4553b10786773fbc44ef9ab477cd9c1630d3bb0737900e484c75e21a
3
+ size 874545
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:122582a7794310ca937d69e3867e841393fff2b64b5a20f735d2ad7e5e4acdcf
3
+ size 1705211
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "IWAEConfig", "input_dim": [784], "latent_dim": 50, "uses_default_encoder": false, "uses_default_decoder": false, "reconstruction_loss": "bce", "number_samples": 50}