asenella commited on
Commit
58b8b96
1 Parent(s): 53db22f

Uploading JNFDcca in asenella/ms_JNFDcca_beta_25_scale_False_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:d2df8f244f33794373aa429586cbe62b4e91c2f26f7875b904221e2faaa67710
3
+ size 2119415
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23aea41dd93af8c31721865629867d7df2e8abcfac78a754cc9041cd098743d4
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:b50fa6160139ffbaac1784ac2237b00fb428a6144ebcfab39868d91d5e10dd42
3
+ size 3556425
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e29eecb492ea4d0e25cb903bdf7a051649a67037579a7442e71e511053a0120b
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": 2.5}