Tensorflow-TensorRT
Tensorflow-TensorRT copied to clipboard
No Speedup Observed
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:
- I tensorflow/core/grappler/devices.cc:51] Number of eligible GPUs (core count >= 8): 0
- 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!