Skip to content

[TTS]fix dtype diff of last expand_v2 op of VITS #3041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

yt605155624
Copy link
Collaborator

@yt605155624 yt605155624 commented Mar 14, 2023

Lite 的同学反馈有个 expand_v2 算子的 expand shape 的不同维度的类型不一样,一个是 int64 一个是 int32, 这会导致 Lite 运行失败,
修复前:
image

修复后:
image