asenella commited on
Commit
1f0b16b
·
verified ·
1 Parent(s): fc26e62

Uploading JNFGMC in asenella/translated_mmnist_resnets_2_JNFGMC_lwnmlpt9

Browse files
Files changed (7) hide show
  1. README.md +13 -0
  2. decoders.pkl +3 -0
  3. environment.json +1 -0
  4. gmc_model.pkl +3 -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
+ ```
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a9d13be9dddd02f091a1bb4b060ff77576dacc04c784168e6882c3cae00ed7
3
+ size 61385131
environment.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "EnvironmentConfig", "python_version": "3.10"}
gmc_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef91484e0e5dcfb65e34d76c250c7f2700bbd9f58b6b22266a26b784e8ceef3
3
+ size 93193243
joint_encoder.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31f675d1bc770a0959055ff5c6752c01c2038eef399f6e96359264050644b42f
3
+ size 112594226
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2461c1c6ce8eb38789c5c40ed2c71ab4a6131a8641017b73d019b2681e2efea0
3
+ size 279562986
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "JNFGMCConfig", "n_modalities": 5, "latent_dim": 190, "input_dims": {"m0": [3, 28, 28], "m1": [3, 28, 28], "m2": [3, 28, 28], "m3": [3, 28, 28], "m4": [3, 28, 28]}, "uses_likelihood_rescaling": false, "rescale_factors": null, "decoders_dist": {"m0": "laplace", "m1": "laplace", "m2": "laplace", "m3": "laplace", "m4": "laplace"}, "decoder_dist_params": {"m0": {"scale": 0.75}, "m1": {"scale": 0.75}, "m2": {"scale": 0.75}, "m3": {"scale": 0.75}, "m4": {"scale": 0.75}}, "custom_architectures": ["gmc_model", "decoders", "joint_encoder"], "warmup": 150, "annealing": false, "alpha": 0.1, "nb_epochs_gmc": 100, "beta": 2.5, "gmc_config": {"name": "GMCConfig", "n_modalities": 5, "input_dims": {"m0": [3, 28, 28], "m1": [3, 28, 28], "m2": [3, 28, 28], "m3": [3, 28, 28], "m4": [3, 28, 28]}, "common_dim": 64, "latent_dim": 10, "temperature": 0.1, "custom_architectures": ["processors", "shared_encoder", "joint_encoder"], "loss": "between_modality_joint"}, "logits_to_std": "softplus", "add_reconstruction_terms": false}