summaryrefslogtreecommitdiffstats
path: root/lib/myconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/myconfig.py')
-rw-r--r--lib/myconfig.py16
1 files changed, 2 insertions, 14 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 5e95582..7f46676 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -11,20 +11,8 @@ class MyConfig:
'EvaluateEpoch': 5 \
}
- def getSegmentEpoch(self):
- return self.m_current_epoch['SegmentEpoch']
-
- def getGenerateEpoch(self):
- return self.m_current_epoch['GenerateEpoch']
-
- def getEstimateEpoch(self):
- return self.m_current_epoch['EstimateEpoch']
-
- def getPruneEpoch(self):
- return self.m_current_epoch['PruneEpoch']
-
- def getEvaluateEpoch(self):
- return self.m_current_epoch['EvaluateEpoch']
+ def getEpochs(self):
+ return self.m_current_epoch
m_trainer_dir = '/media/data/Program/trainer'