How to display all stats for progress_bar

Hello Everyone!

I was trying to use progress_bar in feature extraction using a ResNet50 model. I looked at the documentation here and was able to implement a basic progress bar.

progress_bar

However, when the run of the loop completes, the statistics of that run disappear i.e. the time needed for running that loop isn’t printed anymore.

I want the stats to be displayed. Can anyone please help me with this?

Thanks & Regards,
Vinayak.