只有CPU,并且无法正常使用的看这里
- Dominant language
- Python
- Stars
- 36.9k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
本人使用的预训练文件: @miven 也就是这位up的 https://www.bilibili.com/video/BV1uh411B7AD/
使用main分支下载的zip文件,解压配置好预训练文件后运行出现的问题包括 : 2秒杂音, 无法编码(在98%后卡住)
如果你出现的问题和我一样,可以尝试和我一样步骤
首先是这个 https://github.com/babysor/MockingBird/issues/209
将文件 `synthesizer/hparams.py` 中的: `use_gst` 和 ` use_ser_for_gst` 均设置为 `False`
然后是这个 https://github.com/babysor/MockingBird/issues/37
将文件`synthesizer/utils/symbols.py` 中的
```python
_characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!\'(),-.:;? '
```
改为
```python
_characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz12340!\'(),-.:;? '
```
由于我是直接使用 `python .\demo_toolbox.py --cpu ` 命令直接运行的
所以我没有测试 https://github.com/babysor/MockingBird/issues/242 这个是否有效
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported behavior with `python .\demo_toolbox.py --cpu`, then inspect the workarounds described for `synthesizer/hparams.py` and `synthesizer/utils/symbols.py`. Compare the CPU run for the reported two-second noise and encoding stall, and document whether the behavior remains reproducible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100