-
Notifications
You must be signed in to change notification settings - Fork 80
[feat] SID: add offline codebook collision-prevention tool #602
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
Open
WhiteSwan1
wants to merge
31
commits into
alibaba:master
Choose a base branch
from
WhiteSwan1:feat/sid_collision_prevention
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 26 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
f47a895
[feat] SID: add offline codebook collision-prevention tool
WhiteSwan1 2a2e4de
[refactor] SID collision tool: use off-the-shelf readers/writers, dro…
WhiteSwan1 96abd9d
[chore] SID collision tool: dedup writer boilerplate, drop dead CLI arg
WhiteSwan1 3377828
[perf] SID collision tool: memoize candidate sort key
WhiteSwan1 a6ced50
[perf] SID collision tool: project raw-read columns via selected_cols
WhiteSwan1 d69d2af
[refactor] SID collision tool: derive writer from reader when unset
WhiteSwan1 f9de751
[refactor] SID collision tool: read candidates from the single input …
WhiteSwan1 5e024e5
[refactor] SID collision tool: drop --code_fields (single code column…
WhiteSwan1 2051594
[perf] SID collision tool: mechanical wins (slots, interning, single-…
WhiteSwan1 d8b70b0
[perf] SID collision tool: restructure the assignment loop (sort once)
WhiteSwan1 90f17d9
[perf] SID collision tool: two-pass load (candidates only for overflo…
WhiteSwan1 5d8f95f
[feat] SID collision tool: tuple[int] bucket key + list<int64> I/O (C…
WhiteSwan1 c4e14e1
Merge branch 'master' into feat/sid_collision_prevention
WhiteSwan1 cd3f503
[perf] SID collision tool: vectorized within-band greedy reassignment
WhiteSwan1 ba2bdf1
[refactor] SID collision tool: declare shape via --codebook; private …
WhiteSwan1 5c67d6d
[refactor] add SID collision grouping outputs
WhiteSwan1 31b2e61
[refactor] simplify SID collision resolution
WhiteSwan1 749a139
[doc] add SID append refactoring plan
WhiteSwan1 11989c5
[refactor] clarify SID collision plan field names and trim dead code
WhiteSwan1 a1106a0
[refactor] drop unused diagnostics output from SID collision tool
WhiteSwan1 52a1149
Merge upstream/master (alibaba/TorchEasyRec) into feat/sid_collision_…
WhiteSwan1 c607459
[chore] drop SID append design-plan docs
WhiteSwan1 379eb3d
[chore] keep tools/sid/__init__.py identical to upstream
WhiteSwan1 02bb1a7
[refactor] SID collision: keep_original as the only unassigned policy
WhiteSwan1 29ebb32
[refactor] SID collision: fold keep-original into the greedy pass
WhiteSwan1 b8e2499
[refactor] flatten SID candidate_codes to a single list<int> wire format
WhiteSwan1 ff77872
[bugfix] SID collision tool: validate inputs against the declared cod…
WhiteSwan1 d464627
[chore] SID collision tool: cover 3-layer band fold and rate-only ove…
WhiteSwan1 d822597
[chore] SID collision tool: compact repeated test code rows
WhiteSwan1 899b9cf
[chore] SID collision tool: collapse the _within_bucket_rank return
WhiteSwan1 d54ef58
[bugfix] SID collision tool: reject output-into-input and multi-proce…
WhiteSwan1 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
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.