提交 01037a6b 编写于 作者: Q qiaolongfei

fix python stype problem

上级 5b0421a1
...@@ -6,6 +6,7 @@ class PlotCost(object): ...@@ -6,6 +6,7 @@ class PlotCost(object):
""" """
append train and test cost in event_handle and then call plot. append train and test cost in event_handle and then call plot.
""" """
def __init__(self): def __init__(self):
self.train_costs = ([], []) self.train_costs = ([], [])
self.test_costs = ([], []) self.test_costs = ([], [])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册