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

Does the local version of AECMOS support inference in batch size bigger than 1? (the local version) #22

Open
ahikaml opened this issue Jul 26, 2022 · 0 comments

Comments

@ahikaml
Copy link

ahikaml commented Jul 26, 2022

The shape of the input to the model is defined in the onnx file as[batch_size, 3, frames, 160], but When I run it with a batch size of 8 samples I get the following error:
onnxruntime.capi.onnxruntime_pybind11_state.Fail: [ONNXRuntimeError] : 1 : FAIL : Non-zero status code returned while running GRU node. Name:'GRU_17' Status Message: Input initial_h must have shape {2,8,64}. Actual:{2,1,64}

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