Closed kanjieater closed 10 months ago
test file Test file is up, will delete when we resolve
It should be fixed in 6d0746cd79ece5aea0e08488da1687ef4fe65935.
I got a similar error after updating:
/home/ke/code/subgen/run.py:44: UserWarning: Failed to align the last 497/233896 words after 19:06:51.620.
result = model.align(audio_file, file_content,
('Traceback (most recent call last):\n'
' File "/home/ke/code/subgen/run.py", line 294, in
line 505, in align
It seems you haven't updated to the latest commit. That line should be 509, it was 505 before the update. The update was not pushed to PyPI if that was how you updated.
Oh - my mistake. Yes, I have been updating by using
git+https://github.com/jianfch/stable-ts.git@6d0746c in requirement.txt
Update: had to uninstall via pip first, then it worked. Not sure why this was (probably should up used --upgrade instead of just install command ?), but it was an issue on my end - my apologies. I'm testing again. And will let you know.
it's working now
After updating to the latest as mentioned here https://github.com/jianfch/stable-ts/issues/292, I can get a few more texts aligned. Thank you! In my testing I did find more errors