asenella commited on
Commit
8c98c4b
·
1 Parent(s): e80edc2

Upload 6 files

Browse files
Files changed (6) hide show
  1. decoders.pkl +3 -0
  2. encoders.pkl +3 -0
  3. metrics.log +15 -0
  4. model.pt +3 -0
  5. model_config.json +1 -0
  6. training_config.json +1 -0
decoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b7574e322134973dbf0e69d613284e8b06045327737167223f8cba927b4d51
3
+ size 2143151
encoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d36399aa1c89fa36450d0f803beb31ffc4cce2d0e41e04972e91842225835b0
3
+ size 2337564
metrics.log ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Subset ['mnist'] accuracies
2
+ {'svhn': 0.74245}
3
+ Mean subset ['mnist'] accuracies : 0.74245
4
+ Subset ['svhn'] accuracies
5
+ {'mnist': 0.58591}
6
+ Mean subset ['svhn'] accuracies : 0.58591
7
+ Conditional accuracies for 1 modalities : 0.66418 +- 0.07827
8
+ Joint coherence : 0.29889997839927673
9
+ Subset ['mnist'] accuracies
10
+ {'svhn': 0.8143566666666666}
11
+ Mean subset ['mnist'] accuracies : 0.8143566666666666
12
+ Subset ['svhn'] accuracies
13
+ {'mnist': 0.5900566666666667}
14
+ Mean subset ['svhn'] accuracies : 0.5900566666666667
15
+ Conditional accuracies for 1 modalities : 0.7022066666666666 +- 0.11214999999999997
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e295aa17370d57fbd35a84a495631889dd6bdd47adfe225838239883bf087cc
3
+ size 4437003
model_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "MMVAEConfig", "n_modalities": 2, "latent_dim": 20, "input_dims": {"mnist": [1, 28, 28], "svhn": [3, 32, 32]}, "uses_likelihood_rescaling": true, "decoders_dist": {"mnist": "laplace", "svhn": "laplace"}, "decoder_dist_params": {}, "custom_architectures": ["encoders", "decoders"], "K": 30, "prior_and_posterior_dist": "laplace_with_softmax", "learn_prior": true}
training_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "BaseTrainerConfig", "output_dir": "dummy_output_dir", "per_device_train_batch_size": 128, "per_device_eval_batch_size": 128, "num_epochs": 30, "train_dataloader_num_workers": 0, "eval_dataloader_num_workers": 0, "optimizer_cls": "Adam", "optimizer_params": {"amsgrad": true}, "scheduler_cls": null, "scheduler_params": null, "learning_rate": 0.001, "steps_saving": null, "steps_predict": 1, "keep_best_on_train": false, "seed": 8, "no_cuda": false, "world_size": -1, "local_rank": -1, "rank": -1, "dist_backend": "nccl", "master_addr": "localhost", "master_port": "12345", "start_keep_best_epoch": 30, "drop_last": false}