asenella commited on
Commit
8425ae5
1 Parent(s): 8b0042b

Upload 6 files

Browse files
Files changed (6) hide show
  1. decoders.pkl +1 -1
  2. encoders.pkl +2 -2
  3. model.pt +2 -2
  4. model_config.json +1 -1
  5. training_config.json +1 -0
  6. wandb_info.json +1 -0
decoders.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ef9a5eb49751268b1360bdfb1a2ee4ff6acf2da1eb4b43282420502d4675450
3
  size 22915318
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f131071cdbd71b923b9dfcc5c0b24ff6db5bb8f55eca4ded97384fcfe2e77b81
3
  size 22915318
encoders.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:353eff37856877d448b8180af134eecba47cbe6895555f8d1da0c70dc43b263a
3
- size 43873160
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bf93c155058a3695836c3795667e5bcc938281af82413b2c7655ddc0b54212b
3
+ size 43873119
model.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c06cfceef5ab54b4679814631939e4b9a58c6f49c18c091cac84d7dbf712bce2
3
- size 66735765
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd7ebec91fb2e917009a7e5c5fbdf7e5c3d4bf95d781c1469afe5d2227edf0a
3
+ size 66735829
model_config.json CHANGED
@@ -1 +1 @@
1
- {"name": "MMVAEConfig", "n_modalities": 5, "latent_dim": 512, "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": ["encoders", "decoders"], "K": 10, "prior_and_posterior_dist": "laplace_with_softmax", "learn_prior": false, "beta": 1.0}
 
1
+ {"name": "MMVAEConfig", "n_modalities": 5, "latent_dim": 512, "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": ["encoders", "decoders"], "K": 10, "prior_and_posterior_dist": "normal", "learn_prior": false, "beta": 1.0}
training_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "BaseTrainerConfig", "output_dir": "compare_on_mmnist/config2/MMVAE/seed_3/missing_ratio_0/", "per_device_train_batch_size": 256, "per_device_eval_batch_size": 64, "num_epochs": 100, "train_dataloader_num_workers": 0, "eval_dataloader_num_workers": 0, "optimizer_cls": "Adam", "optimizer_params": {}, "scheduler_cls": "ReduceLROnPlateau", "scheduler_params": {"patience": 30}, "learning_rate": 0.001, "steps_saving": null, "steps_predict": 5, "keep_best_on_train": false, "seed": 3, "no_cuda": false, "world_size": -1, "local_rank": -1, "rank": -1, "dist_backend": "nccl", "master_addr": "localhost", "master_port": "12345", "start_keep_best_epoch": 0, "drop_last": false}
wandb_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"entity_name": "multimodal_vaes", "project_name": "compare_on_mmnist", "id": "g3ut7lci", "path": "multimodal_vaes/compare_on_mmnist/g3ut7lci"}