Yiwei Ding
Yiwei Ding
只有闲聊的作用吗
小程序名称:**WebVR星球** 小程序码: 
希望加入博客分类选择功能,可根据类别/时间等因素排序
1. Just from [autovc](https://github.com/auspicious3000/autovc) clone hamarm.py and synthesis.py is OK. 2. Then rename hamarm.py to autovc_hamarm.py, and change synthesis.py content of: `from hparams import hparams` to `from autovc_hparams import hparams`
> no, the pretrained model only works for speakers in the training set @auspicious3000 Can I use it to train a model like **Conan's bow-knot**? Anyone's voice will be converted...
Or this can **only** use the data in the **training set**, and **can't convert** the voice of a **new speaker** into the pre-trained model's voice. The `demo.ipynb` can't customize the...
> @leijue222 yes you can, but you need to re-train the model. That's wonderful. Actually, I want to use the [baker's](https://www.data-baker.com/#/data/index/source) voice as Conan's bow-knot(Only one speaker), with your SpeechSplit...
请问如何构建自己的数据
@leaf918 I have a question and I hope you can help. All files for this project,Whereever comes out below #Modules comment ``` # modules import log_initializer import config from datasets...
1. Rasa以API的形式访问的常用命令: ``` 查看5005端口是否被占用 netstat -aon | findstr 5005 启动Rasa API服务(跨域)rasa run --enable-api --cors "*" 启动Rasa API服务(保存日志)rasa run --enable-api --log-file out.log 启动Rasa API服务(指定模型)rasa run --enable-api -m models ``` 2. 启动服务后,后续可利用如下代码进行调试:...