FastSpeech2的文字转语音样例模型转换失败
收藏回复举报
FastSpeech2的文字转语音样例模型转换失败
t('forum.solved') 已解决
发表于2023-08-26 07:20:10
0 查看

代码仓地址:https://gitee.com/ascend/ascend_community_projects/tree/310B/FastSpeech2

根据文档要求下载包,然后在小藤上做模型转换,报以下错误:

 

1) 导出om:encoder 

ATC start working now, please wait for a moment. 

... 

ATC run failed, Please check the detail log, Try 'atc --help' for more information 

E10014: Value [] for parameter [--input_shape] is invalid. 

        Solution: Run the "atc -h" command to view the usage. For details, see ATC Instructions. 

        TraceBack (most recent call last): 

        ParseInputShape failed for texts:,64;src_masks:,64[FUNC:InitDomiOmgContext][FILE:omg.cc][LINE:594] 

 

2) 导出om:variance_adaptor 

ATC start working now, please wait for a moment. 

... 

ATC run failed, Please check the detail log, Try 'atc --help' for more information 

E10014: Value [] for parameter [--input_shape] is invalid. 

        Solution: Run the "atc -h" command to view the usage. For details, see ATC Instructions. 

        TraceBack (most recent call last): 

        ParseInputShape failed for enc_output:,64,256;src_masks:,64[FUNC:InitDomiOmgContext][FILE:omg.cc][LINE:594] 

 

3) 导出om:decoder 

ATC start working now, please wait for a moment. 

cke_3524.png

全部转换失败。

我要发帖子