-
```
WARNING:tensorflow:From /content/558-project/optimization.py:87: The name tf.train.Optimizer is deprecated. Please use tf.compat.v1.train.Optimizer instead.
WARNING:tensorflow:From 558-project…
-
-
load tts config from configs/纳雅.yaml
Loading Text2Semantic weights from GPT_weights/Laya_Final-e15.ckpt
Loading VITS weights from SoVITS_weights/Laya_Final_e8_s72.pth
Loading BERT weights from GPT_…
-
### .env.prod 内:
GPT_SOVITS_EMOTION_MAP='[
{
"name": "平静",
"sentences": [
{"text": "アリス、知ってます。世の中には、メイドカフェというものがあるらしいです。", "language": "ja", "path": "C:\\Users\\Administrato…
-
I saw that you have released a variety of different language training ckpts. Could you please tell me how to download and train a new language model in the case of base checkpoint.
-
大佬们这是为什么呀,跑步起来
版本
```
torch 1.13.1
cuda 11.7
torchvision 0.16.0
torchaudio 2.1.0
```
运行后报错
```
/home/user/.virtualenvs/zjk_Chinese-CLIP-master/lib/python3.11/site-packages/torch/distributed/…
5zjk5 updated
7 months ago
-
I have created the following PR to add support for Thai language.
I am in the process of creating a dataset to train the model but would love a PR review of the code first to make sure I am on the ri…
-
使用WebUI的1-GPT-SoVITS_TTS中的1c-推理模块时:
无法正常打开TTS推理的WebUI
且控制台(日志)报错:RuntimeError: CUDA error: no kernel image is available for execution on the device
环境:Windows 10 22H2\已配置ffmpeg、ffprobe\GPU:(N)GeFor…
-
已经做好了切割、标注,点击一键三连时报错,显示没有'logs/xxx/2-name2text-0.txt',但是整个logs文件夹都是他自己生成的啊,我手动创建一个文件,在运行的时候就自己删除了,运行一键三连的终端输出如下:
"/Users/mac/anaconda3/envs/GPTSoVits/bin/python" GPT_SoVITS/prepare_datasets/1-get…
-
https://github.com/huangxu1991/GPT-SoVITS-VC
自己做了一些基本的修改後在這裡
`ge = vq_model.ref_enc(spec) # [B, D, T/1]`
會遇到向量不匹配的問題
`mat1 and mat2 shapes cannot be multiplied (273x1025 and 704x128)`
以下為原…