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

明明上传了文件,结果google colab的步骤3.5出现了问题 #571

Open
wodhei opened this issue Jan 19, 2024 · 7 comments
Open

Comments

@wodhei
Copy link

wodhei commented Jan 19, 2024

AssertionError Traceback (most recent call last)
/content/VITS-fast-fine-tuning/preprocess_v2.py in
34 if speaker not in speakers:
35 speakers.append(speaker)
---> 36 assert (len(speakers) != 0), "No audio file found. Please check your uploaded file structure."
37 # Source 3 (Optional): sampled audios as extra training helpers
38 if args.add_auxiliary_data:

AssertionError: No audio file found. Please check your uploaded file structure.

@wodhei
Copy link
Author

wodhei commented Jan 20, 2024

跟这两个错误有关吗,这是执行1步骤的时候发生的错误。
202402
202403

@wodhei
Copy link
Author

wodhei commented Jan 20, 2024

以及这些
202404

@AI-Satori
Copy link

昨天遇到了同样的问题

@fesolla
Copy link

fesolla commented May 9, 2024

同樣的問題,用雲端硬碟還是本地檔案都不行

@YongXie66
Copy link

同樣的問題,用雲端硬碟還是本地檔案都不行

相同问题,请问你解决了吗,我发现是检测spoken language时报的错
image

@fesolla
Copy link

fesolla commented May 11, 2024

同樣的問題,用雲端硬碟還是本地檔案都不行

相同问题,请问你解决了吗,我发现是检测spoken language时报的错 image
我之前換另外一個google帳號,莫名其妙就好了

不過現在我改在本地端安裝,又遇到一樣的問題。
AssertionError: No audio file found. Please check your uploaded file structure.

@YongXie66
Copy link

同樣的問題,用雲端硬碟還是本地檔案都不行

相同问题,请问你解决了吗,我发现是检测spoken language时报的错 image
我之前換另外一個google帳號,莫名其妙就好了

不過現在我改在本地端安裝,又遇到一樣的問題。 AssertionError: No audio file found. Please check your uploaded file structure.

我解决了,当你进行short_audio_transcribe.py时,把whisper_size换成medium,就不会有维度不匹配的报错了!但是我还没弄懂为什么会这样~

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

4 participants