keras-applications icon indicating copy to clipboard operation
keras-applications copied to clipboard

Enable Vebose for validation phase in each epoch

Open Gelesh opened this issue 4 years ago • 0 comments

https://stackoverflow.com/questions/60418067/keras-fit-generator-not-reporting-progress-or-in-validation-step-or-verbose-not

Below is the code for a CNN mode. I am able to see the EPOCH progress bar for Training, but not for the validation. It seems like the execution was STUCK at Validation , but not.. at last it printed the validation results. What could I modify in the below code for enabling Verbose during Validation.

Summary

Environment

  • Python version:
  • Keras version:
  • Keras-applications version:
  • Keras backend with version:

Logs or source codes for reproduction

Gelesh avatar Feb 29 '20 04:02 Gelesh