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
When i am running caffe in android platform, the performance become very slow if i use multiple threads to do prediction, if there is any solution for that?( CPU only~ not GPU)
Thank you very much
ps:
if i use one thread to predict 1 image, it will cost 100 ms. 4 image will cost 400 ms(first prediction will cost 300-400 ms)
But when i created 4 thread to predict 4 image at same time, one image will cost more than 500-600 ms... :(
The text was updated successfully, but these errors were encountered:
When i am running caffe in android platform, the performance become very slow if i use multiple threads to do prediction, if there is any solution for that?( CPU only~ not GPU)
Thank you very much
ps:
if i use one thread to predict 1 image, it will cost 100 ms. 4 image will cost 400 ms(first prediction will cost 300-400 ms)
But when i created 4 thread to predict 4 image at same time, one image will cost more than 500-600 ms... :(
The text was updated successfully, but these errors were encountered: