mcshao

Results 5 issues of mcshao

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## 🐛 Bug ### To Reproduce Steps to reproduce the behavior (**always include the command...

bug

## General Question

Question

The url of the StutteringIsCool and strongvoices section shows 404, can you please update the url or provide a workaround

按照conda create -n chattts conda activate chattts pip install -r requirements.txt pip install ChatTTS配置环境之后运行示例代码 ```py import ChatTTS import torch import torchaudio chat = ChatTTS.Chat() chat.load(compile=False) # Set to True for...

documentation

我的模型训练到batch_16000.pt时中断了 我想继续训练 我的脚本这样设置的 ./train.py \ --world-size 8 \ --num-epochs 30 \ --start-batch 16000 \ --max-duration 40 \ --num-buckets 100 \ --on-the-fly-feats true \ --exp-dir ./exp \ --bpe-model data/lang_bpe_2000/bpe.model \ 但是模型似乎还是从bacth0继续训练的...