-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add parseProgressFromLogs
helper function
#207
Conversation
mattt
commented
Feb 19, 2024
•
edited
Loading
edited
parsePredictionProgress
helper functionparseProgress
helper function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious about what models this will work for. Is there a semi-standardized way of producing progress output from models?
I see this is documented in code, but this should have public docs in the README too.
That formatting comes from tqdm, which is used by several packages commonly used in models, including 🤗 Diffusers:
|
parseProgress
helper functionparseProgressFromLogs
helper function