Skip to content
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

a bug about IdentityQuantizer #53

Open
Chimou0 opened this issue Sep 11, 2024 · 0 comments
Open

a bug about IdentityQuantizer #53

Chimou0 opened this issue Sep 11, 2024 · 0 comments

Comments

@Chimou0
Copy link

Chimou0 commented Sep 11, 2024

Thanks for your great work. I want to ask some question. I found the return value of its forward might miss one value when I train funcodec with IdentityQuantizer. If I use: return x, None, self.zero, None rather than return x, None, self.zero, my training procedure works well. So am I correct in making this change ?

Also, I want to know how can I reconstruct the audio if I use the IdentityQuantizer since it doesn't have the quantization process.

I would appreciate it if you could answer my questions.

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

No branches or pull requests

1 participant