Yunus Seyhan Dede
Yunus Seyhan Dede
> lol, just saw the same problem and spent an hour debugging. It happens with pandas version 1.4 which is just released yesterday. To workaround it, you can install `pip...
Hey, I played with Prophet this year. I abandoned it because the results were insufficient for me, but this could be due to my lack of experience. Yes, you can...
Hey, I use WhisperX almost every day for benchmarking and label creation. Previously, I installed the latest version directly from the source using: ```sh pip install git+https://github.com/m-bain/whisperx.git ``` along with...
I have a Dockerfile with WhisperX that I hadn’t touched for two weeks since last changes. I updated it by specifying a fixed version for pip install whisperx, and it...