Hi, I'm training each available FaceRecognition model, and I would like to do it parallel. To be exact, I'm processing csv file, and then call 3 models in a row, although it looks like ideal example for multithreading.
Also, I would like to do recognition in parallel as well, but first things first...
Thanks!