Closed jeremymatt closed 1 year ago
For both of those files, the small model worked fine.
Thank you for reporting with accurate information. I am investigating that
It should be fixed now (in version 1.12.3)
Hi, thanks for your quick work on this, but sorry to ask what is probably a dumb question, but how do I get 1.12.3 to install? Is it better to just clone the repository and work from that? I'm using: pip install git+https://github.com/linto-ai/whisper-timestamped
but this just installs 1.12.1 again. I've tried: 1) uninstalling whisper-timestamped and reinstalling 2) clearing the pip cache 3) installing whisper-timestamped in a fresh environment
Oh dear, sorry for the headache, that's my fault : I was working on a temporary branch without noticing, pushed there and not in master. Now it's merged on master, you can try again.
And I think you can do:
pip install --upgrade --no-deps --force-reinstall git+https://github.com/linto-ai/whisper-timestamped
Hi, thanks for making this package publicly available, and thanks in advance for your help!
Unfortunately, I'm still running into this issue: https://github.com/linto-ai/whisper-timestamped/issues/24
It seems to be specific to at least two of the files in the dataset I'm trying to transcribe. Some of the files work fine, but when the script gets to one of two specific files I get the following errors. NOTE: these errors are using the medium.en model - I've added error handling to try successively smaller models and to write the tracebacks to file. I'll update this when I know more (e.g., number of files that have problems, if all models have this problem or just a few, etc). Unfortunately I cannot share the audio due to privacy/research restrictions.
The Python function calls to Whisper:
Error message for the first file:
Error message for the second file:
System and versions: Windows 10 Enterprise (OS build: 19043.2364) Running on a CPU (Intel(R) Xeon(R) CPU E5-2643 v3 @ 3.40GHz 3.40 GHz) Running using Python with Conda as my package manager (installed package versions below) Packages in the environment: