liboyin / img-classify

Household Object Recognition Challenge
GNU General Public License v2.0
0 stars 0 forks source link

Towards parallel execution #11

Open liboyin opened 9 years ago

liboyin commented 9 years ago

On the May 25 commit, many part of the code have been re-written in a map-reduce style. I tried to parallellize the classifications with multiprocessing.Pool. The speedup is around 200%, but the result is inconsistent witht he sequential version. I hope someone could make another attempt. Refer to multiprocessing or Jobjib (built upon multiprocessing): https://pythonhosted.org/joblib/index.html