tensorrt icon indicating copy to clipboard operation
tensorrt copied to clipboard

TensorFlow/TensorRT integration

Results 104 tensorrt issues
Sort by recently updated
recently updated
newest added

i have error tf2.1 model to tensorRT ![image](https://user-images.githubusercontent.com/13760439/83837665-f393b080-a731-11ea-8da7-8ec35c2632af.png)

## Description TensorRT is unable to convert the FusedBatchNormV2 op. When I turn on verbose logging I see messages like this: ``` 2020-03-14 17:28:54.501494: I tensorflow/compiler/tf2tensorrt/segment/segment.cc:439] Not a TF-TRT candidate,...

I try to generate tf-trt model by using tf2.1.0's TrtGraphConverterV2(xxxx) interface. In tf2.1.0's TrtGraphConverterV2, **the is_dynamic_op can only be Ture**, which means the tf-trt model can handle input images of...

test platform : jetson agx xavier memory capacity : 32G os : jetpack4.3 tensorflow : 1.15 i optimize the [https://github.com/YunYang1994/tensorflow-yolov3](url) project with tf_trt, which cost about 15 minutes to load...

I'm trying to quantize TF-TRT INT 8 Model in Colab-TF-TRT-inference-from-Keras-saved-model.ipynb using Jupyter notebook. I faced gpu out of memory error. but i think i have enough gpu memory. ~~~ +-----------------------------------------------------------------------------+...

We test [EAST ](https://github.com/argman/EAST)model using TF-TRT and native-TF on GPU V100. **_If image size is 256 * 256,for one inference TF-TRT takes 3ms and native-TF takes 4ms. If image size...

module 'tensorflow.contrib.tensorrt' has no attribute 'calib_graph_to_infer_graph' TF1.4.0 version How to solve it

I'm creating this issue to help collect the issues in the Object Detection example: To start, I have followed the steps and setup the dependencies. Now, attempting to run a...

Hi everyone, I'm trying to run the Image Classification example with TF 2.0 and TensorRT 7. The changes in the API have now made it that the dependency on NETS...