PaddleSpeech部署踩坑笔记
发布时间
阅读量:
阅读量
文章目录
-
引言
- 第一部分:部署
- 概述依赖:使用
pip install命令进行依赖安装- 源代码组装
-
第二章 踩坑录
-
其中一项问题:使用numpy的complex类型时出现了错误
-
第二个问题:在操作过程中发现列表索引越界导致异常出现
-
第三个问题:模块导入失败,请检查是否缺少paddle.nn层相关的依赖模块
-
第四项问题:还有一个待解决的问题存在
- 总结
前言
在本地部署运行PaddleSpeech,多次报错踩坑,记录一下解决方案。
一、Installation
HIGHLY RECOMMEND our users to REQUIRE INSTALLATION of PaddleSpeech on Linux, which must meet the conditions of python >=3.8 and paddlepaddle <=2.5.1. Not all newer versions of Paddle support adaptation within PaddleSpeech; thus, only versions up to 2.5.1 are currently supported
HIGHLY RECOM
全部评论 (0)
还没有任何评论哟~
