Hey everyone,
I have a Unet model that I trained using Keras implemented in TensorFlow. When running in plain TensorFlow the model gives expected output but after converting the model to a UFF and then an engine to be run in TensorRT I am getting different results on the same input.
I’ve printed the output tensor in both cases and the values of the output from TensorRT are much lower than the same model in TensorFlow.
Does anyone have an idea of why this would be the case and any potential solutions?
Thank you!