代码仓地址: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.

全部转换失败。
代码仓地址: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.
全部转换失败。