Skip to content

Commit e6addf2

Browse files
author
Robert Coleman
authored
Update vgg_bn.py
1 parent 00d4e9e commit e6addf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vgg_bn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def finetune(self):
7272

7373
def compile(self):
7474
self.model.compile(optimizer=Adam(lr=self.lr),
75-
loss='categorical_crossentropy', metrics=['val_loss', 'accuracy'])
75+
loss='categorical_crossentropy', metrics=['accuracy'])
7676

7777
def fit(self, trn_path, val_path, nb_trn_samples, nb_val_samples, nb_epoch=1, callbacks=None, aug=False):
7878
if aug:

0 commit comments

Comments
 (0)