Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions face_Recognition.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
nb_val_samples = 2000)'''

# fit the model
#there is an error! please fix it
#AttributeError: 'ProgbarLogger' object has no attribute 'log_values'

r = model.fit_generator(
training_set,
validation_data=test_set,
Expand Down