asenella commited on
Commit
0346dab
·
1 Parent(s): e80a09d

Uploading JNFDcca in asenella/ms_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:b9976cfae41caafb1a11de7b87d776cfa1eb8ba2cf3aa1cd2827b9583cefd1b1
3
+ size 2119415
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d55adbbf6db5ad3cf65d44d84a095b76e4ad309602849d2e06f287d24d187462
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:aa567b32c3c189407a958574b49983d79bdf8d2c96fcd993477445a73ec23f60
3
+ size 3556425
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50f11e6efd2f0667bb6f7c718eeddd914f000af3de246badb13d0d826ff644c
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": false, "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": 1.0}