summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-11 10:14:05 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-11 10:14:05 +0800
commit588a6b656216211dee9f954afa45bb9778c76ec9 (patch)
tree60755967c1c96620f1240736c9300ea1911b270c
parente70ee2481133b84b2d0dcb5ede8080636df583b1 (diff)
downloadtrainer-588a6b656216211dee9f954afa45bb9778c76ec9.tar.gz
trainer-588a6b656216211dee9f954afa45bb9778c76ec9.tar.xz
trainer-588a6b656216211dee9f954afa45bb9778c76ec9.zip
update myconfig.py
-rw-r--r--lib/myconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 4583403..383fd3b 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 = 11.9 * 1024 * 1024 * 3
+ candidate_model_size = 30.0 * 1024 * 1024 * 1
return candidate_model_size
def getModelPostfix(self):