asenella commited on
Commit
16ffd1f
·
1 Parent(s): 22a8165

Uploading MMVAEPlus in asenella/MMVAEPlus_beta_5_scale_True_seed_2

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:d553ab54e95e88ac4c641cccc77b3111efd30cd8c74ff1fd110a8981040e1c5f
3
  size 32018753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc997259eda7e2d634764cd462dd87fa741ea4a8548fed4f6d682122026e511
3
  size 32018753
encoders.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38c39efb96bbae1c141c42ba8d2fa3496493acca6add73d96a83f34d7fbd2d30
3
  size 96902411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefaa1961ee21a7a33b4cf1f9d68235c5076e7915340c8975ff660ef56b6d630
3
  size 96902411
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e535b8c2e686d9fd8c62ff11939289707451b798bde791dd0f442858c6832626
3
  size 128845169
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78cb7c8878ebf8ad7e0e9b8fda551b282e894b0d92d2c30e18bef4d58ca1af2a
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"}