Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.69k stars 705 forks source link

脚本step3“自动处理所有上传的数据中”找不到whisper模块 #447

Open nehonpa opened 1 year ago

nehonpa commented 1 year ago

不知道是否被修改了脚本,昨天还正常使用的脚本今天训练却报这个“找不到whisper模块”错误了

stocklive commented 1 year ago

我也是一樣,昨天正常,今天出現找不到whisper模塊

ZhengYuHui commented 1 year ago

使用Google Colab进行微调任务,也是出现找不到whisper模块的情况

itqzy commented 1 year ago

准备本地部署了

ai-poet commented 1 year ago

在step3的第一行后面加入 !pip install -U demucs !pip install -U openai-whisper 可解决此问题,原因未知,应该就是把缺失的模块又补上了吧

qin-tain commented 1 year ago

我是Google Colab遇到pyopenjtalk构建错误,今天新遇到的。我在requirements.txt里把后面的版本号去掉就可以跑了。猜测可能Google Colab的环境变化了,导致有些包安装出错。

FLOPS-FLOPS commented 1 year ago

It's working after deleting 版本 in requireents.txt.

nehonpa commented 1 year ago

image 今天把上面的错误都处理了,到了开始训练部分,却报了这个错误

anfogy commented 1 year ago

image 今天把上面的错误都处理了,到了开始训练部分,却报了这个错误

https://librosa.org/doc/0.10.1/generated/librosa.filters.mel.html#librosa.filters.mel 你librosa版本不对吧?

CypherpunkSamurai commented 12 months ago

I encountered a pyopenjtalk build error in Google Colab, a new one today. I removed the version number at the end of requirements.txt and it ran. It is speculated that the environment of Google Colab may have changed, causing some package installation errors.

google colab upgraded from python 3.8 to 3.10. I have pyopenjtal build error too.

CypherpunkSamurai commented 12 months ago

remove the version constraint from the module to install latest version. run this in colab to fix it.

!sed -i "s|pyopenjtalk.*$|pyopenjtalk|g" requirements.txt
ai-poet commented 12 months ago

image 今天把上面的错误都处理了,到了开始训练部分,却报了这个错误

https://librosa.org/doc/0.10.1/generated/librosa.filters.mel.html#librosa.filters.mel 你librosa版本不对吧?

是的,librosa版本需要降级,降级之后就能跑了

FLOPS-FLOPS commented 12 months ago

image 今天把上面的错误都处理了,到了开始训练部分,却报了这个错误

https://librosa.org/doc/0.10.1/generated/librosa.filters.mel.html#librosa.filters.mel 你librosa版本不对吧?

是的,librosa版本需要降级,降级之后就能跑了

请问whisper模块问题解决了吗

nehonpa commented 12 months ago

image今天把上面的错误都处理了,到了开始训练部分,却报了这个错误

https://librosa.org/doc/0.10.1/generated/librosa.filters.mel.html#librosa.filters.mel 你librosa版本不对吧?

是的,librosa版本需要降级,降级之后就能跑了

请问Whisper模块问题解决了吗

是的,结合了各位大佬的意见我已经把代码修改了一下

nehonpa commented 12 months ago

https://colab.research.google.com/drive/1JtNLqV53T8uWANGYSJV37wVjLQD96Se-?usp=sharing 我把根据各位提供的建议修改出来的代码,如有不足之处请见谅