Skip to content

fix dimension mismatch of z, quantizeResult.x, and mask#4

Open
zengchang233 wants to merge 1 commit into
yangdongchao:mainfrom
zengchang233:fix-dimension-mismatch
Open

fix dimension mismatch of z, quantizeResult.x, and mask#4
zengchang233 wants to merge 1 commit into
yangdongchao:mainfrom
zengchang233:fix-dimension-mismatch

Conversation

@zengchang233

Copy link
Copy Markdown
Contributor

z.transpose(1,2) has been implemented in split RVQ to obtain the quantizedResult and mask, leading to the dimension mismatch when implementing the torch.where(mask.transpose(1,2), quantizedResult.x.transpose(1,2), z) function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant