Add model config
Browse files- config.json +8 -8
config.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
| 40 |
"final_tc_beta": 5.0,
|
| 41 |
"tc_beta_shape": "constant",
|
| 42 |
"initial_dw_beta": 0.02,
|
| 43 |
-
"final_dw_beta":
|
| 44 |
"dw_beta_shape": "linear",
|
| 45 |
"warmup_epoch_ratio": 0.2
|
| 46 |
},
|
|
@@ -51,16 +51,16 @@
|
|
| 51 |
"enable_dropout_on_latent": true,
|
| 52 |
"enable_dropout_on_decoder": true,
|
| 53 |
"early_stopping": {
|
| 54 |
-
"enabled":
|
| 55 |
"patience": 3,
|
| 56 |
"min_delta": 0.01,
|
| 57 |
-
"triggered":
|
| 58 |
-
"best_epoch":
|
| 59 |
}
|
| 60 |
},
|
| 61 |
-
"final_train_loss":
|
| 62 |
-
"final_test_loss":
|
| 63 |
-
"best_train_loss":
|
| 64 |
-
"best_test_loss":
|
| 65 |
"total_epochs": 15
|
| 66 |
}
|
|
|
|
| 40 |
"final_tc_beta": 5.0,
|
| 41 |
"tc_beta_shape": "constant",
|
| 42 |
"initial_dw_beta": 0.02,
|
| 43 |
+
"final_dw_beta": 1.0,
|
| 44 |
"dw_beta_shape": "linear",
|
| 45 |
"warmup_epoch_ratio": 0.2
|
| 46 |
},
|
|
|
|
| 51 |
"enable_dropout_on_latent": true,
|
| 52 |
"enable_dropout_on_decoder": true,
|
| 53 |
"early_stopping": {
|
| 54 |
+
"enabled": false,
|
| 55 |
"patience": 3,
|
| 56 |
"min_delta": 0.01,
|
| 57 |
+
"triggered": false,
|
| 58 |
+
"best_epoch": null
|
| 59 |
}
|
| 60 |
},
|
| 61 |
+
"final_train_loss": 4553.764576416015,
|
| 62 |
+
"final_test_loss": 3943.395263671875,
|
| 63 |
+
"best_train_loss": 4553.764576416015,
|
| 64 |
+
"best_test_loss": 3943.395263671875,
|
| 65 |
"total_epochs": 15
|
| 66 |
}
|