tensorflow/tensorrt

Container TF-TRT does not exist

shubhamgajbhiye1994 opened this issue · 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

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

See the documentation.