CatkinChen commited on
Commit
f12eee8
·
verified ·
1 Parent(s): 23a2fe2

Add model config

Browse files
Files changed (1) hide show
  1. 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": 4.0,
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": true,
55
  "patience": 3,
56
  "min_delta": 0.01,
57
- "triggered": true,
58
- "best_epoch": 3
59
  }
60
  },
61
- "final_train_loss": 5861.809357910156,
62
- "final_test_loss": 4756.627380371094,
63
- "best_train_loss": 5861.809357910156,
64
- "best_test_loss": 4756.627380371094,
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
  }