parent
059a162be5
commit
c8067ed586
@ -0,0 +1,12 @@
|
||||
__all__ = ['EndIteration']
|
||||
|
||||
|
||||
class EndIteration(object):
|
||||
"""
|
||||
Event On One Batch Training Complete.
|
||||
"""
|
||||
|
||||
def __init__(self, pass_id, batch_id, cost):
|
||||
self.pass_id = pass_id
|
||||
self.batch_id = batch_id
|
||||
self.cost = cost
|
Loading…
Reference in new issue