tensorrt icon indicating copy to clipboard operation
tensorrt copied to clipboard

Container TF-TRT does not exist

Open shubhamgajbhiye1994 opened this issue 4 years ago • 1 comments

OP_REQUIRES failed at trt_engine_resource_ops.cc:195 : Not found: Container TF-TRT does not exist. (Could not find resource: TF-TRT/TRTEngineOp_0_1

inputs, attrs, num_outputs) tensorflow.python.framework.err inputs, attrs, num_outputs) tensorflow.python.framework.errors_impl.NotFoundError: No algorithm worked! [[{{node StatefulPartitionedCall/model_2/conv1_1/Conv2D}}]] [[PartitionedCall/TRTEngineOp_0_1]] [Op:__inference_signature_wrapper_24498]

Function call stack: signature_wrapper

shubhamgajbhiye1994 avatar Apr 11 '21 08:04 shubhamgajbhiye1994

That warning is issued because internally TensorFlow calls the TensorRT optimizer for certain objects unnecessarily so the warning can be ignored.

See the documentation.

justmert avatar Jun 16 '21 12:06 justmert