asenella commited on
Commit
d444f25
·
1 Parent(s): e1f4b12

Uploading MMVAEPlus in asenella/MMVAEPlus_beta_5_scale_True_seed_3

Browse files
Files changed (4) hide show
  1. decoders.pkl +1 -1
  2. encoders.pkl +1 -1
  3. model.pt +1 -1
  4. model_config.json +1 -1
decoders.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be00c80add23896fd63ea99808bcdad5a0b228c8f5da21147a955868f08a76a9
3
  size 32018753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d82c56b91318f36b25fd808dd6aab94614e2b827b873059a9e481345459c95b
3
  size 32018753
encoders.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4a334fe2d57f425c00a5cb9fe4c1b240feaf87262a14a5b0868732ec30b5de3
3
  size 96902411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a61c3a18d5155785626d8bc2b380e41751b2ff7a8aa95a53f6c33e7ee93a7234
3
  size 96902411
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e9a02f83cc41af7df33df4330b25b6c8c1a9140feabcd3b0ead2da5b1b70a8f
3
  size 128845169
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bcaab20c43728af67620e07c50d8df1deeac4bbfd23c17ffa9aa8952644b67b
3
  size 128845169
model_config.json CHANGED
@@ -1 +1 @@
1
- {"name": "MMVAEPlusConfig", "n_modalities": 3, "latent_dim": 32, "input_dims": {"image": [3, 28, 28], "audio": [1, 32, 128], "trajectory": [200]}, "uses_likelihood_rescaling": true, "rescale_factors": null, "decoders_dist": {"image": "normal", "audio": "normal", "trajectory": "normal"}, "decoder_dist_params": {}, "custom_architectures": ["encoders", "decoders"], "K": 1, "prior_and_posterior_dist": "laplace_with_softmax", "learn_shared_prior": false, "learn_modality_prior": true, "beta": 0.5, "modalities_specific_dim": 32, "reconstruction_option": "joint_prior"}
 
1
+ {"name": "MMVAEPlusConfig", "n_modalities": 3, "latent_dim": 32, "input_dims": {"image": [3, 28, 28], "audio": [1, 32, 128], "trajectory": [200]}, "uses_likelihood_rescaling": true, "rescale_factors": null, "decoders_dist": {"image": "normal", "audio": "normal", "trajectory": "normal"}, "decoder_dist_params": {}, "custom_architectures": ["encoders", "decoders"], "K": 10, "prior_and_posterior_dist": "laplace_with_softmax", "learn_shared_prior": false, "learn_modality_prior": true, "beta": 0.5, "modalities_specific_dim": 32, "reconstruction_option": "joint_prior"}