-
Notifications
You must be signed in to change notification settings - Fork 5
Many bug/performance fixes #88
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 all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
01176bd
Add test infrastructure: pytest config, shared fixtures, MPI/torchrun…
ndryden 75ec1a4
Fix reporting and visualization bugs
ndryden 609e53d
Fix U-Net construction validation and activation checkpointing
ndryden 4f6b72b
Generate restart scripts from the run's actual environment and launch…
ndryden 4ea15e3
Fix IFS point-generation kernel bugs
ndryden 9b44c7c
Make dataset id ordering deterministic and v1 label mapping split-con…
ndryden 4069b79
Harden checkpointing: atomic writes, corruption fallback, race-free b…
ndryden a62c7ae
Compute validation Dice on hard predictions and sample-weighted val loss
ndryden 5e18bac
Make datagen RNG deterministic and category-search resume safe
ndryden 2d42d7e
Validate generated instances, write them atomically, and fix rasteriz…
ndryden 4287ea2
Validate config keys, wire --config overrides, implement benchmark sw…
ndryden eb09eb1
Make distributed datagen failure paths collective-safe
ndryden 889001c
Fix DDP device pinning, launcher detection, and worker teardown order
ndryden e1d9556
Reduce training/validation metrics globally across data-parallel repl…
ndryden 4bf347b
Fix resume flag handling, stats-file headers, and step-counter persis…
ndryden 48c900a
Handle a missing parallel strategy and CPU-only devices in training
ndryden f13cc73
Only treat .csv files as fractal categories when indexing instances
ndryden 56d55fb
Clean up unused imports in test_reporting
ndryden 22201f0
Apply ruff formatting to checkpointing
ndryden a41201d
Rasterize by scattering point indices and store point clouds as float32
ndryden fe5af09
Resolve mask paths once and size category search rounds adaptively
ndryden 57c1322
Skip the upsample pad when no padding is needed
ndryden 6e35a3d
Trim per-step overhead in the training and validation compute path
ndryden 27b497b
Cut redundant dataset I/O per sample and per startup scan
ndryden 159a4b0
Load the resume checkpoint on rank 0 and broadcast it
ndryden 7385cc2
Adapt tests and helpers to the always-distributed design
ndryden 5819931
Persist the cumulative optimizer-step total across resumes
ndryden d796633
Gather the dataset id digest on the backend's device
ndryden 61b25da
Preserve composite label rows in the legacy mask-value union
ndryden dcac332
Gate the torch profiler solely on its own environment variable
ndryden ea6c8e3
Require Python 3.10+
ndryden 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
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.