selfboot

Results 45 comments of selfboot

```python Python 3.7.3 (default, Mar 27 2019, 09:23:39) [Clang 10.0.0 (clang-1000.11.45.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> a, b = 257, 257 >>> a...

surge 是一个更好的玩意儿!

有兴趣的话可以补充这部分内容,然后提交下 pull request 哈。

I have not resolved this issue. As you can see, in my blog, the structure is as follows: ![image](https://cloud.githubusercontent.com/assets/2769831/25689029/9bc8b0de-30b6-11e7-9d63-864e2d16ffbc.png) But it should be as follows: ![image](https://cloud.githubusercontent.com/assets/2769831/25689036/a7345036-30b6-11e7-9422-0ba20249cb04.png)

设置的上下文如下: 看起来逃逸了

> 参考这里修改,重新运行会自动下载到C盘,就解决了。 [#26 (comment)](https://github.com/RVC-Boss/GPT-SoVITS/issues/26#issuecomment-1895420620) 我参考这里改了,重新走网络下载,报一样的错误

> 试了试,最后通过 [#26 (comment)](https://github.com/RVC-Boss/GPT-SoVITS/issues/26#issuecomment-1895420620) 修改文件,加上降级 pip install funasr==0.8.7 pip install modelscope==1.10.0 成功运行了。 但是这样会在用户目录下 `~\.cache\modelscope\hub\damo` 重新下载了 3 个模型,而不是调用手动下载到 `.\tools\damo_asr\models` 的模型 降级的话,应该不用修改文件,直接用本地下载的就行了的

看了下代码: ```python def __init__( self, phoneme_path: str, semantic_path: str, max_sample: int = None, max_sec: int = 100, pad_val: int = 1024, # min value of phoneme/sec min_ps_ratio: int = 3,...

这里 semantic_path 通过 yml 配置文件:TEMP/tmp_s1.yaml 读取, 应该是: 看了下确实是空的: ``` $ cat logs/first/6-name2semantic.tsv item_name semantic_audio ```