conversion to model with batch 4 is DONE

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-24 16:24:15 +03:00
parent 26eb3b991d
commit fd4cd75265
-1
View File
@@ -12,7 +12,6 @@ from inference.onnx_engine import InferenceEngine
import pycuda.autoinit
import pynvml
# TODO: 2. Convert onnx model with 4 batch and make sure it is working
class TensorRTEngine(InferenceEngine):
TRT_LOGGER = trt.Logger(trt.Logger.WARNING)