yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.47k stars 503 forks source link

Plot Accuracy #32

Open awill139 opened 6 years ago

awill139 commented 6 years ago

I think plot_accuracy.py should be changed in order to reflect the changes made to train.py from dense_2_acc to pred_age_acc and val_dense_2_acc to val_pred_age_acc, etc

yu4u commented 6 years ago

Thank you for your report. I've fixed plot_history.py.