asenella commited on
Commit
6243016
1 Parent(s): 81daa64

Uploading JNFDcca in asenella/ms_JNFDcca_beta_25_scale_True_seed_0

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:4ffc74ea78d1dcc4d704bfc5cdd12f7eae04eca79d389caf248cec176a64e4f2
3
+ size 2119415
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c31a6f97b63d1d6d0400921bc236cb572e3e2ef96ee962dd0e53c638b6c202
3
+ size 2140423
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:33b86daaa251c554003ba89433930aeb544cb9402a44ae0e8ebbd6657fccad7c
3
+ size 3556425
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0307296555a9a174124c89b2fb9fc5e13514d2ada03f9e1532e621915283ef3b
3
+ size 9282941
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "JNFDccaConfig", "n_modalities": 2, "latent_dim": 20, "input_dims": {"mnist": [1, 28, 28], "svhn": [3, 32, 32]}, "uses_likelihood_rescaling": true, "rescale_factors": null, "decoders_dist": {"mnist": "laplace", "svhn": "laplace"}, "decoder_dist_params": {"mnist": {"scale": 0.75}, "svhn": {"scale": 0.75}}, "custom_architectures": ["dcca_networks", "decoders", "joint_encoder"], "warmup": 100, "nb_epochs_dcca": 100, "embedding_dcca_dim": 9, "use_all_singular_values": false, "apply_rescaling": false, "beta": 2.5}