BBC-Esq

Results 17 comments of BBC-Esq

Has this been finalized yet just out of curiosity?

> You can check the location of the installation with `pip show sentence-transformers` & then modify the file `sentence_transformers/models/Pooling.py` to look exactly like https://github.com/UKPLab/sentence-transformers/blob/master/sentence_transformers/models/Pooling.py This worked perfectly for me as...

I have another idea then...What about changing the default to "auto" so a user doesn't have to (but can) specify a language? For example, within ```pipeline.py``` it states: ``` def...

Sounds good. It would require modifying the source code somewhat and I might be able to take that on, but I haven't had the time to analyze the code base...

@jpc Just to give you an idea, I didn't know what the word "python" even meant until approximately 9 months ago. ;-)

Same type of error that I received on windows 10 if I recall.

> If I change it to a wav file, it works but that wall of messages is still there. Have you verified that the ultimate audio file does in fact...

Cool, can you please post the script you used again? I still didn't get it working for some strange reason.

> I have no opinion on any particular library for sound files but I think: > > 1. We want this to work out of the box on Windows and...

I would recommend adding it for Linux and Macos users as well. Apparently @signalprime encountered an error stating that torchaudio backend wasn't available, which was solved by pip installing soundfile....