You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working with Professor Przemek and Mattia on a project. I am using m3 inference to run predictions. But I am encountering a value error which says "semaphore or lock released too many times" while running the infer method of M3Inference module. This has something to do with multiprocessing. But I am unable to fix this error. Attaching screenshot for your reference.
The text was updated successfully, but these errors were encountered:
Hi Scott,
Thanks for the reply!
Torch version that I am using is 2.0.1. Python version is 3.11.4.
I am running into this problem when I infer for each user individually.
When I send the json file consisting of all users at once to infer method,
it works fine. I am trying to understand why.
Thanks
Vijayalakshmi Vasudevan
Hi, I am working with Professor Przemek and Mattia on a project. I am using m3 inference to run predictions. But I am encountering a value error which says "semaphore or lock released too many times" while running the infer method of M3Inference module. This has something to do with multiprocessing. But I am unable to fix this error. Attaching screenshot for your reference.
The text was updated successfully, but these errors were encountered: