Running pyramidal Net eith TensorRT

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

Hi,

We are sorry that ‘ResizeBilinear’ is not supported yet.
This is usually used as a replacement for deconvolution for speed.

We have received some requests of this layer and are discussing internally.
Sorry again that we cannot share more information about further release here.
Please pay attention to our announcement for the information.

Thanks.