From d80de14cdd22cedf6821d123165beda4d80ff91e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 15 Jul 2011 17:13:00 +0800 Subject: re-design epochs --- docs/fileformat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/fileformat') diff --git a/docs/fileformat b/docs/fileformat index 8ef722a..bd94abe 100644 --- a/docs/fileformat +++ b/docs/fileformat @@ -37,7 +37,7 @@ Status File Format 1. The model files are placed in the same sub-directory as .index; 2. Each model files are named as 'model-candidates-0.db', etc. 3. The status files are named as 'model-candidates-0.db.status', like: - {'GenerateEpoch': 2} + {'GenerateEpoch': 2, 'GenerateStart': 100, 'GenerateEnd': 200}. Estimate Status Files 1. For model-candidates-.db, model-candidates-.db.status are generated, like: {'EstimateEpoch': 3, 'EstimateScore': 0.7} -- cgit