Skip to content

Commit 6654dc0

Browse files
author
amitlevy21
committed
fix warn start from overlap baseline
1 parent 8222251 commit 6654dc0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

experiment_config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@
954954
},
955955
"lstm_fast": {
956956
"data": {
957-
"pre_train": true,
957+
"pre_train": false,
958958
"num_shifts_x": 1,
959959
"data_path": "rnnlm/data",
960960
"train_raw_data_file": "train",
@@ -1131,7 +1131,7 @@
11311131
"threshold": 0.001,
11321132
"max_steps_without_improvement": 10000
11331133
},
1134-
"start_from_experiment": "lm_hu_400_kp_06"
1134+
"start_from_experiment": "eo_lm_hu_400_kp_06"
11351135
},
11361136
"arch": {
11371137
"sequence_length": 20,
@@ -1398,7 +1398,7 @@
13981398
"threshold": 0.001,
13991399
"max_steps_without_improvement": 10000
14001400
},
1401-
"start_from_experiment": "lm_hu_400_kp_06"
1401+
"start_from_experiment": "eo_lm_hu_400_kp_06"
14021402
},
14031403
"arch": {
14041404
"sequence_length": 20,
@@ -1704,7 +1704,7 @@
17041704
"threshold": 0.001,
17051705
"max_steps_without_improvement": 10000
17061706
},
1707-
"start_from_experiment": "lm_hu_400_kp_06"
1707+
"start_from_experiment": "eo_lm_hu_400_kp_06"
17081708
},
17091709
"arch": {
17101710
"sequence_length": 20,

0 commit comments

Comments
 (0)