Hi!
When I run the code, TensorRT-related warning messages appear.
[11/14/2023-16:54:39] [TRT] [W] The enqueue() method has been deprecated when used with engines built from a network created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. Please use enqueueV2() instead.
[11/14/2023-16:54:39] [TRT] [W] Also, the batchSize argument passed into this function has no effect on changing the input shapes. Please use setBindingDimensions() function to change input shapes instead.
These warning messages affect the output of certain results I want to see.
I would like to know how to prevent these warning messages from appearing when I run the code.
Thanks!