diff --git a/caliGraph.py b/caliGraph.py index 1551a00..102ea41 100755 --- a/caliGraph.py +++ b/caliGraph.py @@ -957,6 +957,7 @@ def train(initGamma, full=True): if full: for wt in weights: weights[wt] = random.random() + saveWeights(weights) gamma = initGamma books = loadBooksFromDB() bestWeights = copy.copy(weights)