summaryrefslogtreecommitdiff
path: root/training/dtrain/examples/parallelized/work/out.0.2
blob: 62bf8bb9aca3ec79092d7d3817bddc2b7768c6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
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 2696902705

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.0.2'
              weights in 'work/weights.1'
(a dot represents 10 inputs)
Iteration #1 of 1.
  3
WEIGHTS
              Glue = -0.2741
       WordPenalty = +0.1227
     LanguageModel = +0.82597
 LanguageModel_OOV = -0.52135
     PhraseModel_0 = -0.68526
     PhraseModel_1 = +0.27265
     PhraseModel_2 = +0.87438
     PhraseModel_3 = -0.00012234
     PhraseModel_4 = -1.0912
     PhraseModel_5 = +0.0371
     PhraseModel_6 = -0.2855
       PassThrough = -0.4831
        ---
       1best avg score: 0.12697 (+0.12697)
 1best avg model score: -1.7396 (-1.7396)
           avg # pairs: 1280.3
        avg # rank err: 764.33
     avg # margin viol: 507
       k-best loss imp: 100%
    non0 feature count: 12
           avg list sz: 100
           avg f count: 10.727
(time 0.28 min, 5.7 s/S)

Writing weights file to 'work/weights.0.2' ...
done

---
Best iteration: 1 [SCORE 'stupid_bleu'=0.12697].
This took 0.28333 min.