This error occurred during inference when the size of the last chunk's chunk2 was smaller than the overlap, causing a size mismatch during the addition operation.
I use source audio: 1:02s and reference audio: 0:09s,other parameters as default.
Error msg:
ValueError: operands could not be broadcast together with shapes (5376,) (8192,)
This error occurred during inference when the size of the last chunk's
chunk2
was smaller than theoverlap
, causing a size mismatch during the addition operation.I use source audio: 1:02s and reference audio: 0:09s,other parameters as default.
Error msg: ValueError: operands could not be broadcast together with shapes (5376,) (8192,)