Upload 6 files
Browse files- decoders.pkl +1 -1
- encoders.pkl +2 -2
- model.pt +2 -2
- model_config.json +1 -1
- training_config.json +1 -0
- wandb_info.json +1 -0
decoders.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22915318
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7766d615f91ca8df397a592304d50d9fe32bfe8dea41e054d04d2941142ae06
|
3 |
size 22915318
|
encoders.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b633e6baa7eb2fab6747adfac17851b7be755214be70397852ff6bab563aa00
|
3 |
+
size 43873119
|
model.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07e96e84cf5eb1d95aec31f4a704de8862f96e0a184ecbdc2ca4b7c9381a527e
|
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": "
|
|
|
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_1/missing_ratio_0.5/", "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": 1, "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": "rezbjxfe", "path": "multimodal_vaes/compare_on_mmnist/rezbjxfe"}
|