ARTICLE DETAIL

资讯详情

深耕编程入门与网站建设的一线实战洞察。

MindSporeLite转换模型失败,提示cannot fit into int32

MindSporeLite转换模型失败,提示cannot fit into int32 问题描述模型来源https://huggingface.co/ayousanz/cosy-voice3-onnx/ flow_pre_lookahead_fp16.onnx模型转换的命令./converter_lite --fmkONNX --modelFileflow_pre_lookahead_fp16.onnx --outputFileflow_pre_lookah ead_fp16.ms命令结果int64 data -9223372036854775807 can not fit into int32解决方案https://gitcode.com/mindspore/mindspore-lite/tree/master/mindspore-lite/examples/base_models/cosyvoice2_0.5bMindSpore Lite开源社区有相关模型的适配可以参考这个链接 对应的适配方式。
返回列表