-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About opensmile-python multithreading #41
Comments
I am facing the same issue. Could anyone please help? Issue: |
Unfortunately, support for multi-threading is still blocked by audeering/opensmile#20. You can use multi-processing, though. |
If multi-threading is broken or unreliable at the moment, would it make sense to remove the option from the library for now or throw an exception if it is set? |
We have removed the option to select multi-threading and automatically switch to multi-processing when multiple workers are set. But it may still happen that a user writes own code where she uses the same instance of |
I am using opensmile with dask, and whether I use multi-processing or multi-threading, I get the same error. Note: I am creating a different instance of Smile for each file. |
Did you try?
|
Thank you for your reply. I need to use process_signal instead of files (I am not reading files from the disk). Is there a way to disable multiprocessing all together? I tried the following but it doesn't seem to work.
|
It's off by default since the default value for |
Thank you for this, @frankenjoe. I am running
Is it a known bug, or I am doing something wrong? |
Yes, it's a known bug and requires a fix for audeering/opensmile#20 |
Now that audeering/opensmile#20 is fixed, can this update be propagated to the python module? |
@agkphysics it's now available with version |
Hi, is opensmile-python possible to use multithreading? how to use it? i encountered some problems when i used it
return code: 6 configuration could not be loaded
The text was updated successfully, but these errors were encountered: