error fix
tensorflow tensorrt import error
the above error shows up whenever I import tensorrt from tensorflow with the following import statement. Environment was: tensorflow-gpu 1.9.0 python 3.6.6 ubuntu 16.04 CUDA 9.0 Solution upgraded to tensorflow 1.10.0. the problem disappeared immediately. This solution was referred in this thread.