summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-12 14:54:18 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-12 14:54:18 +0800
commit16abd5fa467f80f789e61310e26902191c5d15f0 (patch)
tree3e87fe8d8637d0fd47935fbac73b48965aa312d2 /lib
parent588a6b656216211dee9f954afa45bb9778c76ec9 (diff)
downloadtrainer-16abd5fa467f80f789e61310e26902191c5d15f0.tar.gz
trainer-16abd5fa467f80f789e61310e26902191c5d15f0.tar.xz
trainer-16abd5fa467f80f789e61310e26902191c5d15f0.zip
update myconfig.py
Diffstat (limited to 'lib')
-rw-r--r--lib/myconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 383fd3b..41f0b9d 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -72,7 +72,7 @@ class MyConfig:
#the trained corpus size of model candidates
def getCandidateModelSize(self):
- candidate_model_size = 30.0 * 1024 * 1024 * 1
+ candidate_model_size = 30.0 * 1024 * 1024 * 2
return candidate_model_size
def getModelPostfix(self):