Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RichProgressBar: refresh_rate doesn't affect metric_component #20300

Open
marios1861 opened this issue Sep 24, 2024 · 0 comments
Open

RichProgressBar: refresh_rate doesn't affect metric_component #20300

marios1861 opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working needs triage Waiting to be triaged by maintainers ver: 2.4.x

Comments

@marios1861
Copy link

Bug description

RichProgressBar._update_metrics doesn't check the refresh_rate like RichProgressBar._update does. This means that the metric column is updated on every train batch end. This causes issues when logging stdout to a file.

What version are you seeing the problem on?

master

How to reproduce the bug

No response

Error messages and logs

# Error messages and logs here please

Environment

Current environment
#- PyTorch Lightning Version (e.g., 2.4.0):
#- PyTorch Version (e.g., 2.4):
#- Python version (e.g., 3.12):
#- OS (e.g., Linux):
#- CUDA/cuDNN version:
#- GPU models and configuration:
#- How you installed Lightning(`conda`, `pip`, source):

More info

No response

@marios1861 marios1861 added bug Something isn't working needs triage Waiting to be triaged by maintainers labels Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Waiting to be triaged by maintainers ver: 2.4.x
Projects
None yet
Development

No branches or pull requests

1 participant