Skip to content

Commit

Permalink
压缩比试验默认10个迭代
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Feb 1, 2020
1 parent f7fc1fd commit f8dd517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/book/ch05/plot_compressed_f1.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def train_evaluate(ratios):
model = CWSTrainer().train(msr_train, msr_train, msr_model, 0, 1, 8).getModel() # 训练模型
model = CWSTrainer().train(msr_train, msr_train, msr_model, 0, 10, 8).getModel() # 训练模型
# model = JClass('com.hankcs.hanlp.model.perceptron.model.LinearModel')(msr_model)
pre = -1
scores = []
Expand Down

0 comments on commit f8dd517

Please sign in to comment.