pengzhendong / streaming-sensevoice

Pseudo Streaming SenseVoice with Hotwords
Apache License 2.0
14 stars 2 forks source link

INVALID_ARGUMENT : Unexpected input data type. Actual: (tensor(int32)) , expected: (tensor(int64)) #2

Open ISJDOG opened 1 week ago

ISJDOG commented 1 week ago
[ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Unexpected input data type. Actual: (tensor(int32)) , expected: (tensor(int64))
  File "D:\realtime.py", line 42, in <module>
    for speech_dict, speech_samples in vad_iterator(samples[:, 0]):
onnxruntime.capi.onnxruntime_pybind11_state.InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Unexpected input data type. Actual: (tensor(int32)) , expected: (tensor(int64))
pengzhendong commented 2 days ago

Sorry. Unable to reproduce.