conv1/Abs: Unary not supported for other non-constant node

I have en error when parse uff file with uffparse
conv1/Abs: Unary not supported for other non-constant node

my environment
tx2
tensorrt4

how should i fix it?

Hi,

Unary is a non-supported layer in TensorRT 4.0 and is already enabled in our internal package.
Please wait for our announcement for the future release.

Thanks.

thanks for answer
can i add custom abs operator Plugin for Uff parser ?

how to do it exactly?

Sure.

You can check our plugin sample here:
[url]https://docs.nvidia.com/deeplearning/sdk/tensorrt-archived/tensorrt_401/tensorrt-developer-guide/index.html#uffssd_sample[/url]

Thanks.