From 70f08f791d52f7c2bcbcdbbc84dc41db0109588d Mon Sep 17 00:00:00 2001 From: ruoshui1126 Date: Fri, 14 Nov 2014 19:52:44 +0800 Subject: [PATCH] revise customized conf --- tools/train/conf/cws/customized-cws-test.cnf | 2 +- tools/train/conf/cws/customized-cws.cnf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/train/conf/cws/customized-cws-test.cnf b/tools/train/conf/cws/customized-cws-test.cnf index 1089d04d7..15a719c07 100644 --- a/tools/train/conf/cws/customized-cws-test.cnf +++ b/tools/train/conf/cws/customized-cws-test.cnf @@ -1,4 +1,4 @@ [test] test-file = sample/seg/example-test.seg -model-file = build/cws/example-seg-customized.4.model +customized-model-file = build/cws/example-seg-customized.4.model baseline-model-file = build/cws/example-seg.0.model diff --git a/tools/train/conf/cws/customized-cws.cnf b/tools/train/conf/cws/customized-cws.cnf index 56b0c303e..eede5f707 100644 --- a/tools/train/conf/cws/customized-cws.cnf +++ b/tools/train/conf/cws/customized-cws.cnf @@ -3,7 +3,7 @@ train-file = sample/seg/example-train-2.seg holdout-file = sample/seg/example-holdout.seg algorithm = pa model-name = build/cws/example-seg-customized -baseline-model-name = build/cws/example-seg.0.model +baseline-model-file = build/cws/example-seg.0.model max-iter = 5 rare-feature-threshold = 0 enable-incremental-training = 1