We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
请问
features = wavtokenizer.codes_to_features(audio_tokens) 中的audio_tokens要如何得到?
Traceback (most recent call last): AssertionError: Feature extractor should be an instance of EncodecFeatures
The text was updated successfully, but these errors were encountered:
请问 audio_tokens [n_q,1,t]/[n_q,t] features = wavtokenizer.codes_to_features(audio_tokens) 中的audio_tokens要如何得到? Traceback (most recent call last): AssertionError: Feature extractor should be an instance of EncodecFeatures
这个就是vq之后离散的codec
Sorry, something went wrong.
No branches or pull requests
请问
audio_tokens [n_q,1,t]/[n_q,t]
features = wavtokenizer.codes_to_features(audio_tokens)
中的audio_tokens要如何得到?
Traceback (most recent call last):
AssertionError: Feature extractor should be an instance of EncodecFeatures
The text was updated successfully, but these errors were encountered: