saving model on better 'acc'
This commit is contained in:
@@ -103,7 +103,7 @@ def train_siamese(audio_group = 'audio',resume_weights='',initial_epoch=0):
|
|||||||
|
|
||||||
cp_cb = ModelCheckpoint(
|
cp_cb = ModelCheckpoint(
|
||||||
cp_file_fmt,
|
cp_file_fmt,
|
||||||
monitor='val_loss',
|
monitor='acc',
|
||||||
verbose=0,
|
verbose=0,
|
||||||
save_best_only=True,
|
save_best_only=True,
|
||||||
save_weights_only=True,
|
save_weights_only=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user