Upload config.json
Browse files- celeba_64/config.json +4 -1
celeba_64/config.json
CHANGED
|
@@ -42,8 +42,11 @@
|
|
| 42 |
"gen_batch_size": 50,
|
| 43 |
"loss": "nsl",
|
| 44 |
"ema_decay": 0.999,
|
|
|
|
|
|
|
|
|
|
| 45 |
"n_fid_real": 2500,
|
| 46 |
"n_fid_gen": 2500,
|
| 47 |
"plot_size": 5.2,
|
| 48 |
"test_seed": 77
|
| 49 |
-
}
|
|
|
|
| 42 |
"gen_batch_size": 50,
|
| 43 |
"loss": "nsl",
|
| 44 |
"ema_decay": 0.999,
|
| 45 |
+
"bcr": false,
|
| 46 |
+
"cr_weight": 0.1,
|
| 47 |
+
"dec_dim": false,
|
| 48 |
"n_fid_real": 2500,
|
| 49 |
"n_fid_gen": 2500,
|
| 50 |
"plot_size": 5.2,
|
| 51 |
"test_seed": 77
|
| 52 |
+
}
|