summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/myconfig.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index ea02f79..c8f9129 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -9,12 +9,11 @@ class MyConfig:
'EstimateEpoch': 1, \
'PruneEpoch': 1, \
'EvaluateEpoch': 1, \
- 'PrepareEpoch': 2, \
- 'PopulateEpoch': 3, \
- 'PartialWordThresholdEpoch': 4, \
- 'PartialWordEpoch': 5, \
- 'NewWordEpoch': 6, \
- 'MarkPinyinEpoch': 7, \
+ 'PrepareEpoch': 1, \
+ 'PopulateEpoch': 1, \
+ 'PartialWordEpoch': 1, \
+ 'NewWordEpoch': 1, \
+ 'MarkPinyinEpoch': 1, \
}
def getEpochs(self):