未验证 提交 33e824f5 编写于 作者: A Alexander Alekhin 提交者: GitHub

Merge pull request #13175 from paddy74:patch-1

......@@ -41,7 +41,7 @@ class LetterStatModel(object):
train_ratio = 0.5
def load(self, fn):
self.model.load(fn)
self.model = self.model.load(fn)
def save(self, fn):
self.model.save(fn)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册