clementchadebec
commited on
Commit
•
d178187
1
Parent(s):
f3afc34
Update model_config.json
Browse files- model_config.json +1 -1
model_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"name": "WAE_MMD_Config", "input_dim": [3, 64, 64], "latent_dim": 64, "uses_default_encoder": false, "uses_default_decoder": false, "kernel_choice": "imq", "reg_weight": 100.0, "kernel_bandwidth": 2.0, "scales": [0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0]}
|
|
|
1 |
+
{"name": "WAE_MMD_Config", "input_dim": [3, 64, 64], "latent_dim": 64, "uses_default_encoder": false, "uses_default_decoder": false, "kernel_choice": "imq", "reg_weight": 100.0, "kernel_bandwidth": 2.0, "scales": [0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0], "reconstruction_loss_scale": 0.05}
|