saving model on better 'acc'

master
Malar Kannan 2017-12-28 20:00:19 +05:30
parent 4dd4bb5963
commit 40d7933870
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def train_siamese(audio_group = 'audio',resume_weights='',initial_epoch=0):
cp_cb = ModelCheckpoint(
cp_file_fmt,
monitor='val_loss',
monitor='acc',
verbose=0,
save_best_only=True,
save_weights_only=True,