"bob/bio/face/git@gitlab.idiap.ch:bob/bob.bio.face.git" did not exist on "5882bc982237656e936e2c5a0bbec71854acb5fe"
Trial to implement EM with multiprocessing
Currently, the EM by default runs in sequential mode, i.e., using only a single core of a multicore system. Implementing this using multithreading or multiprocessing would be great.
Here, I started implementing a version using multiprocessing
, where you can choose to take a multiprocessing.Pool
(for several processes) or a multiprocessing.pool.ThreadPool
for multiple threads.
Unfortunately it is not working yet, but @tiago.pereira might have an idea how to make it work.
Edited by Tiago de Freitas Pereira
Merge request reports
Activity
Please register or sign in to reply