keras-team/keras-applications

Enable Vebose for validation phase in each epoch

Gelesh opened this issue · 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