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

上传音频时,audio_to_overwrite.sum() != num_audio_tokens.sum()导致报错 #102

Open
lemnsoda opened this issue Dec 11, 2024 · 1 comment

Comments

@lemnsoda
Copy link

image

@lemnsoda
Copy link
Author

                audios.append(librosa.load(
                    ele['audio_file'],
                    sr=processor.feature_extractor.sampling_rate)[0]
                )
                同一个音频文件,下载到本地使用如上的代码加载本地音频文件时会触发这个报错,但是url形式的则没问题,请问该如何解决

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