You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: