After updating the stable ts package, I encountered an error when testing it with an audio file. Here is the error message:
line 449, in is_new_better
speech0 = speech_percentage(w0, m0, o0).round(decimals=1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'int' object has no attribute 'round'
I add additional checking to temporary fix the issues:
After updating the stable ts package, I encountered an error when testing it with an audio file. Here is the error message:
I add additional checking to temporary fix the issues: