首页
学习
活动
专区
圈层
工具
发布
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    使用原神语音训练中文 VITS 模型

    build_ext --inplace 生成语音标注 根据 原神——提瓦特大陆语音分类识别 筛选的音频,使用 科大讯飞语音识别 结果,运用 Python 识别中文生成带声调的拼音 的方法,按照 vits_chinese...setup.py build_ext --inplace error: command ‘cl.exe‘ failed 在执行 python setup.py build_ext --inplace...setup.py build_ext --inplace 安装过程中可能报错 1 fatal error C1356: 无法找到 mspdbcore.dll 参考:https://blog.csdn.net...python setup.py build_ext --inplace 缺这少那 一直报缺少各种头文件、dll、exe 等 没找到更好的办法,在本机找到文件,将头文件目录加到 --include-dirs...里,路径都在 "" 内 用 ; 隔开; 缺少的库目录就加到 --library-dirs 参数中 缺少的 exe 就加到系统 Path 路径中 1 python setup.py build_ext

    3.6K21
    领券