-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement] Implement pruning for neural sparse search (#988)
* add impl Signed-off-by: zhichao-aws <[email protected]> * add UT Signed-off-by: zhichao-aws <[email protected]> * rename pruneType; UT Signed-off-by: zhichao-aws <[email protected]> * changelog Signed-off-by: zhichao-aws <[email protected]> * ut Signed-off-by: zhichao-aws <[email protected]> * add it Signed-off-by: zhichao-aws <[email protected]> * change on 2-phase Signed-off-by: zhichao-aws <[email protected]> * UT Signed-off-by: zhichao-aws <[email protected]> * it Signed-off-by: zhichao-aws <[email protected]> * rename Signed-off-by: zhichao-aws <[email protected]> * enhance: more detailed error message Signed-off-by: zhichao-aws <[email protected]> * refactor to prune and split Signed-off-by: zhichao-aws <[email protected]> * changelog Signed-off-by: zhichao-aws <[email protected]> * fix UT cov Signed-off-by: zhichao-aws <[email protected]> * address review comments Signed-off-by: zhichao-aws <[email protected]> * enlarge score diff range Signed-off-by: zhichao-aws <[email protected]> * address comments: check lowScores non null instead of flag Signed-off-by: zhichao-aws <[email protected]> --------- Signed-off-by: zhichao-aws <[email protected]>
- Loading branch information
1 parent
fba4961
commit e8fe284
Showing
18 changed files
with
1,197 additions
and
140 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.