Hi all,
I try to perform the tutorial https://github.com/NVIDIA-AI-IOT/tf_to_trt_image_classification with my Nano
I’m particulary focus on inception network.
When I m trying to convert my frozen pb file into UFF, i got this kind of warning :
Warning: No conversion function registered for layer: FusedBatchNormV3 yet.
Converting InceptionV3/InceptionV3/Mixed_7c/Branch_0/Conv2d_0a_1x1/BatchNorm/FusedBatchNormV3 as custom op: FusedBatchNormV3
But finally UFF file is created
Then when I m trying to building the engine of Tensorrt :I got a parser error :
UffParser: Validator error: InceptionV3/InceptionV3/Mixed_7c/Branch_3/Conv2d_0b_1x1/BatchNorm/FusedBatchNormV3: Unsupported operation _FusedBatchNormV3
Failed to parse UFF
How could I get through this error ?
I m using Jetson Nano with the JetPack 4.2
Tensorflow version : 1.13.1
Uff version : 0.6.3
Tensor RT version : 5.1.6.1