summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-10-22 10:29:35 +0800
committerPeng Wu <alexepico@gmail.com>2012-10-22 10:29:35 +0800
commita3320d571ba2d4265b30809b81e70a23c05c7f7a (patch)
tree18f6ece7005097aedf8a047912eca67236ee52f4
parent1717258b152f1f4cea71471f0efc607723549faa (diff)
downloadtrainer-a3320d571ba2d4265b30809b81e70a23c05c7f7a.tar.gz
trainer-a3320d571ba2d4265b30809b81e70a23c05c7f7a.tar.xz
trainer-a3320d571ba2d4265b30809b81e70a23c05c7f7a.zip
rename interpolation.text to interpolation2.text
-rw-r--r--docs/fileformat2
-rw-r--r--lib/myconfig.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/fileformat b/docs/fileformat
index 85a771c..e599fff 100644
--- a/docs/fileformat
+++ b/docs/fileformat
@@ -45,7 +45,7 @@ Status File Format
<sub-directory>#model-candidates-<num>.db#<score>
The lines are sorted by <score>.
Prune Status Files
- 1. 'merged.db', 'kmm_merged.text' , 'pruned.db', 'kmm_pruned.text', 'interpolation.text' are generated when running prune tools in 'finals/try<name>' sub-directory.
+ 1. 'merged.db', 'kmm_merged.text' , 'pruned.db', 'kmm_pruned.text', 'interpolation2.text' are generated when running prune tools in 'finals/try<name>' sub-directory.
2. 'cwd.status' file are generated also, like:
{'PruneEpoch': 4, 'PruneMergeNumber': 1000,
'PruneModelSize' : 10000000,
diff --git a/lib/myconfig.py b/lib/myconfig.py
index 2811397..8420539 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -101,7 +101,7 @@ class MyConfig:
return '.text'
def getFinalModelFileName(self):
- return 'interpolation.text'
+ return 'interpolation2.text'
def getFinalStatusFileName(self):
return 'cwd.status'