I am running this code in this tutorial.
The output:
I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
[INFO] approx. FPS: 10, assume reach to 30
Why is the code is running on the CPU?
I have a GPU, and I installed TensorFlow using tensorflow-gpu
.