keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Enable Vebose for validation phase in each epoch #174

Open Gelesh opened 4 years ago

Gelesh commented 4 years ago

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

Logs or source codes for reproduction