@ananthsub @daniellepintz I like the idea to have get_progress_bar_dict accessible within the LightningModule. For instance a few months back, I had created a CustomLightningModule subclassing the LightningModule. And I wished to customize the keys in the progress_bar_dict as well. The method...