Tensorflow-TensorRT icon indicating copy to clipboard operation
Tensorflow-TensorRT copied to clipboard

No Speedup Observed

Open swchew opened this issue 4 years ago • 0 comments

Hi, thank you for this excellent tutorial guide! The problem I encountered was that I was unable to observe any speedup when I ran the code "7_optimizing_YOLOv3_using_TensorRT). In fact, for both with and without TensorRT I observed a slow fps of only 1.5fps.

There were 2 warnings in the console:

  1. I tensorflow/core/grappler/devices.cc:51] Number of eligible GPUs (core count >= 8): 0
  2. I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

Any advice is appreciated!

swchew avatar Jul 22 '20 01:07 swchew