Skip to content
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

hifigan lite model on TensorFlowLiteSwift error: input_channels % filter_input_channels != 0 (12!=0) #13

Open
lalalic opened this issue Apr 24, 2023 · 0 comments

Comments

@lalalic
Copy link

lalalic commented Apr 24, 2023

I'm working with fastspeech2_quant.tflite and hifigan_float16.tflite on TensorFlowLiteSwift

The fastspeech output tensor's shape is [1,92,80], and there's an error when resizing input tensor of hifi-gan model with shape [1, 92, 80]: input_channels % filter_input_channels != 0 (12!=0).

I tried to extend the data to [1, 160, 80], and then there's no such error to resize and infer, but the output from hifi-gan is just noise.

Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant