Hi,
I have following issues related to nvinfer plugin.
- What is the cause of this warning and how to fix this?
WARNING: [TRT]: The implicit batch dimension mode has been deprecated. Please create the network with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag whenever possible.
- The model is always rebuilt whenever the pipeline is started, is there a way to build it once and access the built file later?
Thanks