fix python stype problem

release/0.10.0
qiaolongfei 8 years ago
parent 5b0421a104
commit 01037a6b79

@ -6,6 +6,7 @@ class PlotCost(object):
"""
append train and test cost in event_handle and then call plot.
"""
def __init__(self):
self.train_costs = ([], [])
self.test_costs = ([], [])

Loading…
Cancel
Save