From 857821ef8e34f20659624d2a80853ed78aa0bddf Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 24 Apr 2013 16:20:06 +0800 Subject: update lib/myconfig.py --- lib/myconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/myconfig.py b/lib/myconfig.py index 5bb3f83..307c887 100644 --- a/lib/myconfig.py +++ b/lib/myconfig.py @@ -73,7 +73,7 @@ class MyConfig: #the trained corpus size of model candidates def getCandidateModelSize(self): - candidate_model_size = 30.0 * 1024 * 1024 * 2 + candidate_model_size = 30.0 * 1024 * 1024 * 3 return candidate_model_size def getModelPostfix(self): -- cgit