-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Adds profiling flags, computes train metrics average. #3053
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
Changes from 19 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
81ac95b
WIP controlnet training
andsteing cd7c0d2
Adds final logging statement.
andsteing c15af70
Sets train epochs to 11.
andsteing f338696
Removes --logging_dir (it's not used).
andsteing 26ceff2
Adds --profile flags.
andsteing 56d777c
Updates --output_dir=runs/fill-circle-{timestamp}.
andsteing 34a63f5
Compute mean of `train_metrics`.
andsteing f02e482
Improves logging a bit.
andsteing f7a2f28
Adds --ccache (doesn't really help though).
andsteing 95d5b18
minor fix in controlnet flax example (#2986)
yiyixuxu 0874a9d
Bugfix --profile_steps
andsteing 1a74f34
Sets `RACKER_PROJECT_NAME='controlnet_fill50k'`.
andsteing 7f9a3c3
Logs fractional epoch.
andsteing 4d20a04
Adds relative `walltime` metric.
andsteing d1f5994
Adds `StepTraceAnnotation` and uses `global_step` insetad of `step`.
andsteing 4d83f6f
Applied `black`.
andsteing 4fed793
Streamlines commands in README a bit.
andsteing 92b7bef
Removes `--ccache`.
andsteing a827b34
Re-ran `black`.
andsteing cb410f6
Update examples/controlnet/README.md
andsteing 00a394e
Converts spaces to tab.
andsteing 6dc0c68
Removes repeated args.
andsteing f4af068
Skips first step (compilation) in profiling
andsteing cd084f5
Updates README with profiling instructions.
andsteing 5ef3b5c
Unifies tabs/spaces in README.
andsteing 94c6faf
Re-ran style & quality.
andsteing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.