tensorflow-on-raspberry-pi
tensorflow-on-raspberry-pi copied to clipboard
tensorflow only occupies one CPU core out of 4 cores on Pi 3
Hi,
I tried object detection model in Python. It took around 6 seconds for each image to process. I see tensorflow is using only one core once session starts, however pillow library for visualization uses all the cores for drawing bounding boxes on images.. I tried setting the intra_op_parallelism_threads, but no change..
I tried running same on Intel NUC, I can clearly see all cpus are being used.
Does/will TensorFlow use multiple cores on ARM SBCs, e.g. nanopi m3 as well as Raspberry Pi?
I have same problem. Only 1 core is being used... Can this be solved?
Did any of you ever get any further info about this? I also noticed tflite seems to be running on a single core..
I have also experienced the same problem on an octa-core ARM CPU. Only one core is utilized by the tflite model!