diff options
Diffstat (limited to 'training/dtrain/examples/parallelized/work/out.1.2')
-rw-r--r-- | training/dtrain/examples/parallelized/work/out.1.2 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/training/dtrain/examples/parallelized/work/out.1.2 b/training/dtrain/examples/parallelized/work/out.1.2 new file mode 100644 index 00000000..ba603651 --- /dev/null +++ b/training/dtrain/examples/parallelized/work/out.1.2 @@ -0,0 +1,66 @@ + cdec cfg 'cdec.ini' +Loading the LM will be faster if you build a binary file. +Reading ../standard/nc-wmt11.en.srilm.gz +----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100 +**************************************************************************************************** +Seeding random number sequence to 785956183 + +dtrain +Parameters: + k 100 + N 4 + T 1 + batch 0 + scorer 'stupid_bleu' + sample from 'kbest' + filter 'uniq' + learning rate 0.0001 + gamma 0 + loss margin 1 + faster perceptron 0 + pairs 'XYX' + hi lo 0.1 + pair threshold 0 + select weights 'last' + l1 reg 0 'none' + pclr no + max pairs 4294967295 + repeat 1 + cdec cfg 'cdec.ini' + input '' + output 'work/weights.1.2' + weights in 'work/weights.1' +(a dot represents 10 inputs) +Iteration #1 of 1. + 3 +WEIGHTS + Glue = -0.2323 + WordPenalty = +0.11501 + LanguageModel = +0.76484 + LanguageModel_OOV = -0.57495 + PhraseModel_0 = -0.64111 + PhraseModel_1 = +0.44772 + PhraseModel_2 = +0.98529 + PhraseModel_3 = +0.022939 + PhraseModel_4 = -1.1029 + PhraseModel_5 = +0.0491 + PhraseModel_6 = -0.315 + PassThrough = -0.5367 + --- + 1best avg score: 0.24871 (+0.24871) + 1best avg model score: -3.0138 (-3.0138) + avg # pairs: 1489.7 + avg # rank err: 644.67 + avg # margin viol: 549 + k-best loss imp: 100% + non0 feature count: 12 + avg list sz: 100 + avg f count: 11.187 +(time 0.43 min, 8.7 s/S) + +Writing weights file to 'work/weights.1.2' ... +done + +--- +Best iteration: 1 [SCORE 'stupid_bleu'=0.24871]. +This took 0.43333 min. |