Dadangdut33 / Speech-Translate

A realtime speech transcription and translation application using Whisper OpenAI and free translation API. Interface made using Tkinter. Code written fully in Python.
MIT License
423 stars 55 forks source link

[BUG] GUI app: Standard whisper (including the new large-v3) does not work. #53

Closed Adi900696 closed 8 months ago

Adi900696 commented 8 months ago

Problem with GUI application. Standard whisper (including the new large-v3) does not work on CPU and CUDA. Only faster-whisper works. The computer freezes, fills the RAM to 100% (Also using lightweight models e.g. tiny.en) and also the paging file, which even causes the NVMe SSD disk to be used at 100%. When it comes to logs, it is difficult to remove because the computer hangs and the log itself weighs as much as 1 GB after forcefully killing the application. Notepad can't even open it (big size file). Faster-whisper works properly. Zrzut ekranu 2023-11-09 212759 Zrzut ekranu 2023-11-09 213827

Dadangdut33 commented 8 months ago

hmm that's weird, i also found that happening, thanks for reporting

Dadangdut33 commented 8 months ago

i finally checked it and found out that the problem is because the metadata of whisper is not copied into the lib folder and there seems to be some logic error in the logging, thanks for reporting this bug, it should be gone in next release

Dadangdut33 commented 8 months ago

Fixed, thanks for the bug report