Hi,
I’m trying to convert several CNN from Tensorflow to TensorRT to run my model on my Jetson TX2.
Converting my model to UFF, I got ,Unsurprisingly,the warning “No conversion function registered for layer: ResizeBilinear yet”.
My quesion is: How can you parse any pyramidal model which contains resize within the graph? Is there any wa other than the Custom Plugin API? Can you disclose if and when this op should be supported?
Thanks