Skip to content

Fix LuxonisRichProgressBar #260

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

Merged
merged 3 commits into from
Jul 15, 2025
Merged

Fix LuxonisRichProgressBar #260

merged 3 commits into from
Jul 15, 2025

Conversation

JSabadin
Copy link
Contributor

Purpose

When resuming training in PyTorch Lightning, on_train_epoch_end could be called before on_train_epoch_start, causing a failure because LuxonisRichProgressBar's self._epoch_start_time wasn’t initialized. We’ve fixed this and added a unit test.

Specification

None / not applicable

Dependencies & Potential Impact

None / not applicable

Deployment Plan

None / not applicable

Testing & Validation

None / not applicable

@JSabadin JSabadin requested a review from a team as a code owner July 14, 2025 09:12
@JSabadin JSabadin requested review from kozlov721, klemen1999, tersekmatija and conorsim and removed request for a team July 14, 2025 09:12
@github-actions github-actions bot added the fix Fixing a bug label Jul 14, 2025
@JSabadin JSabadin merged commit fbb0750 into main Jul 15, 2025
8 checks passed
@JSabadin JSabadin deleted the fix/progress-bar branch July 15, 2025 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixing a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants