summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/myconfig.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 4167b5a..1e3b843 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -8,7 +8,8 @@ class MyConfig:
'GenerateEpoch': 1, \
'EstimateEpoch': 1, \
'PruneEpoch': 1, \
- 'EvaluateEpoch': 1 \
+ 'EvaluateEpoch': 1, \
+ 'PrepareEpoch': 2, \
}
def getEpochs(self):
@@ -111,7 +112,7 @@ class MyConfig:
'''
def getWordRecognizerDir(self):
- return m_trainer_dir + os.sep + 'words'
+ return self.m_trainer_dir + os.sep + 'words'
def getMaximumCombineNumber(self):
return 5