asenella commited on
Commit
92c52c9
1 Parent(s): 25ae65d

Uploading JNFDcca in asenella/JNFDcca_beta_10_scale_False_seed_2

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:c32317c39b93d859c95adbd6233fb64d0f4cd72c0799a254dd77bd656c3c0947
3
+ size 48116133
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e0e158de5a85be4bd1ac4caee49d034c520d9ce49b05bbeac72def80bc68ab0
3
+ size 32018753
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:77f07a1091352274cb02eda5178ebf13a24f235ec6ea0816b1e441ede68d8bc0
3
+ size 51089276
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a1771f714705405551ffa784b4929e01ee30a235d185b2d1c916ba07ff9375
3
+ size 134848521
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "JNFDccaConfig", "n_modalities": 3, "latent_dim": 64, "input_dims": {"image": [3, 28, 28], "audio": [1, 32, 128], "trajectory": [200]}, "uses_likelihood_rescaling": false, "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": 20, "use_all_singular_values": false, "apply_rescaling": false, "beta": 1.0}