Commit 5e0eedb
Fix inference progress ending at 99% instead of 100%
Add final progress emit after the inference loop in _predict_generator_gui()
to ensure 100% is always shown. Previously, the throttled progress reporting
(~4Hz) could skip the final update if the last batch completed within 0.25s
of the previous report.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 9a75e6a commit 5e0eedb
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
570 | 580 | | |
571 | 581 | | |
572 | 582 | | |
| |||
0 commit comments