Fixes #380
This commit is contained in:
parent
3dfcef6994
commit
416187fd56
|
@ -175,7 +175,7 @@ class ModelCheckpoint(Callback):
|
|||
"""
|
||||
|
||||
def __init__(self, filepath, monitor='val_loss', verbose=0,
|
||||
save_best_only=False, save_weights_only=False,
|
||||
save_best_only=True, save_weights_only=False,
|
||||
mode='auto', period=1, prefix=''):
|
||||
super(ModelCheckpoint, self).__init__()
|
||||
self.monitor = monitor
|
||||
|
|
Loading…
Reference in New Issue