google-research/perch-hoplite

Improve progress bar in embed step

Open

#126 opened on May 12, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (31 forks)github user discovery
good first issue

Repository metrics

Stars
 (115 stars)
PR merge metrics
 (PR metrics pending)

Description

For very long files (eg, 2-hour files) it takes a very long time to get any feedback that the work is progressing. Meanwhile, for units smaller than a file (eg, one-minute chunks) we don't know how many total units there are, so reporting progress percentage is difficult.

We could either allow the user to provide a callback for progress updates (Phil's suggestion) or... something.

Contributor guide