asenella commited on
Commit
c5884ff
1 Parent(s): 3af1ced

Uploading JNFDcca in asenella/mhd128_JNFDcca_beta_5_scale_True_seed_3

Browse files
Files changed (7) hide show
  1. README.md +13 -0
  2. dcca_networks.pkl +3 -0
  3. decoders.pkl +3 -0
  4. environment.json +1 -0
  5. joint_encoder.pkl +3 -0
  6. model.pt +3 -0
  7. model_config.json +1 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags:
4
+ - multivae
5
+ license: apache-2.0
6
+ ---
7
+
8
+ ### Downloading this model from the Hub
9
+ This model was trained with multivae. It can be downloaded or reloaded using the method `load_from_hf_hub`
10
+ ```python
11
+ >>> from multivae.models import AutoModel
12
+ >>> model = AutoModel.load_from_hf_hub(hf_hub_path="your_hf_username/repo_name")
13
+ ```
dcca_networks.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9589e39fb55a95c9a894fae3df3bfadbb0a9bb089f650597b7313304da237ae9
3
+ size 49378774
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f8c4637953a31f5937baed201a118fc2c91ee3e0427db914cf2f4f73e70872
3
+ size 36868419
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.10"}
joint_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97211a8a7470a7f22aeb97057378eaa51f1342a012c0ecd2733ceb13681cb77
3
+ size 53581704
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49bfd509aa2214a47d6f13999e515a5f21ff8e65c3abd5afdb56cffdb135cdcf
3
+ size 145694025
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "JNFDccaConfig", "n_modalities": 3, "latent_dim": 128, "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": ["dcca_networks", "decoders", "joint_encoder"], "warmup": 200, "nb_epochs_dcca": 100, "embedding_dcca_dim": 64, "use_all_singular_values": false, "apply_rescaling": false, "beta": 0.5}