Merge pull request #1545 from luotao1/fix

fix merge conflict
avx_docs
Tao Luo 8 years ago committed by GitHub
commit e00b9de510

@ -53,9 +53,8 @@ class EndPass(WithMetric):
Event On One Pass Training Complete.
"""
def __init__(self, pass_id, cost, evaluator):
def __init__(self, pass_id, evaluator):
self.pass_id = pass_id
self.cost = cost
WithMetric.__init__(self, evaluator)

Loading…
Cancel
Save