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

Reset old metric history and keep in line with fit #9730

Closed
wants to merge 1 commit into from

Conversation

ghostplant
Copy link
Contributor

Reset old metric history and keep in line with fit.

NOTE: many existing Keras examples use fit and fit_generator at different cases, but the output log of fit_generator is not reset which makes the their replacement not strictly the same.

Signed-off-by: CUI Wei [email protected]

@fchollet
Copy link
Collaborator

Sounds good. Please add a quick unit test for it (in metrics_test).

@fchollet
Copy link
Collaborator

Actually, it turns out this PR already took care of it: #9446

@fchollet fchollet closed this Mar 22, 2018
@ghostplant
Copy link
Contributor Author

It seems still not enough since epoch_logs = {} should be reset as well.

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

Successfully merging this pull request may close these issues.

2 participants