emcodem

Results 119 comments of emcodem

Sorry for the short explaination, no i did not want you to compile the source code or such. Just download and use the commandline version. Download is called clip.zip, it...

The compiled binaries and source code are 2 different things :) The cli program main.exe is in clip.zip, you can download it where you download all other compiled stuff: https://github.com/Const-me/Whisper/releases/

@eagleftw023 no, i mention the same in https://github.com/Const-me/Whisper/issues/26 As this message comes at the same spot where it started repeating before for me, i believed that this might be the...

Just tested it with latest ggerganov master, the problem is not solved. I don't understand why he thinks the problem can just be solved by reducing the parallel decoders but...

users of the cli version can try the same workaround that i use, there is a download here https://github.com/Const-me/Whisper/issues/26

@tondeaf check out help by executing main.exe without any parameters. e.g. adding -osrt to the command line params will write a srt file next to the input file.

Well preprocessing is a topic in general but i fear it is not a general purpose solution for the looping topic as it will usually make some situations better and...

interesting concept of the original whisper.py project: ``` no_speech_threshold: float If the no_speech probability is higher than this value AND the average log probability over sampled tokens is below `logprob_threshold`,...

https://github.com/tigros/Whisperer

nice from you to spread the info about other projects, always interesting. Sadly just like the original whisper project, it just don't work (for me)... the python stuff is just...