Refactor encoder output#739
Open
anna-grim wants to merge 6 commits into
Open
Conversation
added 6 commits
July 21, 2026 22:46
- Fix merge site index-0 label bug (idx > 0 → idx >= 0) in get_site - Fix __len__ to compute count analytically instead of re-sampling each call - Cache fragment cable-length traversal in _compute_fragment_stats so find_fragments_to_search and estimate_iterations share one graph walk - Replace per-node is_near_leaf BFS with single multi-source BFS (compute_near_leaf_nodes) per component, reducing O(N²) to O(N) - Remove SEResConvBlock3D, SqueezeExcite3D, ConvNeXtDownBlock3D, ConvNeXtBlock3D, and CenterWeightedPool3D — underperforming on this task - Replace center-weighted pooling with standard avg+max pool at last 3 stages - Fix checkpoint save format to include config alongside state_dict so NewCNN3D.load can reconstruct the model without manual architecture setup - Fix CosineAnnealingLR T_max=25 → T_max=max_epochs for single decay
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.