-
Notifications
You must be signed in to change notification settings - Fork 4
Implement multi-dimensional DistConv sharding #27
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
PatrickRMiles
merged 26 commits into
LBANN:main
from
PatrickRMiles:miles30/multidim_distconv
Mar 26, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4995d8f
update config with 3D num_shards and shard_dim
62f1323
update config util to expect 3D num_shards and shard_dim, add helper …
85acd07
worker no longer needs to modify distconv params set in config -- jus…
017377a
implement multi-dimensional sharding for distconv
e706d27
update distconv param name scheme
34d3b9f
fix loss calc
f038256
add sharded dice loss calculation to dice score util
713ed64
update evaluate to use sharded dice loss calc
692f1a6
update trainer to use new evaluate; other small fixes/tweaks
50a565b
fix assert
49fffe5
fix naming
338d034
fix naming
9d23fdb
better default values
4667f5e
missing import
6f21c35
update distconv param names, default vals
61030b9
use np.prod instead of math.prod
7775742
ruff
d2ef9cb
Merge branch 'LBANN:main' into miles30/multidim_distconv
PatrickRMiles a8a940d
import math
a0e13ad
warmup logging and timing
8636ade
import math for prod
24b4662
Add missing import
michaelmckinsey1 d4bbd4d
Remove extra func make cli arg tuple
michaelmckinsey1 a78cf58
lint
michaelmckinsey1 1761289
lint
michaelmckinsey1 eb434bc
Update configs
michaelmckinsey1 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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.