Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

val_acc KeyError using ModelCheckpoint. #35

Open
raghav7203 opened this issue Apr 13, 2020 · 1 comment
Open

val_acc KeyError using ModelCheckpoint. #35

raghav7203 opened this issue Apr 13, 2020 · 1 comment

Comments

@raghav7203
Copy link

changing "{val_acc:.2f}" to "{val_accuracy:.2f}" and it will work fine,
as no variable named "val_acc" is defined but what you are trying to get is accuracy value after each epoch, which is probably defined as "val_accuracy".
@Omar178
I have commited the code change for the train_emotion_classifier.py. I have tested, it is working fine.
Please find below the pull request:

@raghav7203
Copy link
Author

@Omar178 please verify for the pull request. It's much needed for the informative repositories like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant