-
Hi Team Based on #3777 My voice model input as tensor float32[1,16000,1], but element alsasrc is [1,16000] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It the pipeline does not work, you may try adding |
Beta Was this translation helpful? Give feedback.
-
You don't need to unsqueeze it. |
Beta Was this translation helpful? Give feedback.
You don't need to unsqueeze it.
N:M
is dealt equivalent toN:M:1
. However, if you want to unsqueeze1:N:M
toN:M
, usetensor_transform
.