Skip to content

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

@ahikaml

Description

@ahikaml

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions