parallelizing the scoring step for each model.

I was wondering if it is possible to parallelize the score computation for one model. As of now I think the verify.py script parallelizes the computations for each model but if one model has too many files, it is going to run in a single process.

Edited by Amir MOHAMMADI