Hello,
I’m using TensorRT-5.0.2.6 and Cuda 9.0. I have a trouble while I’m trying to build an engine for my unet neural network. I made this network in Keras. I got graph file(.pb) and I made uff model from it. Unfortunately, I’m getting this error:
UFFParser: Parser error: conv2d_9/Exp: Unary not supported for other non-constant node
I found similar topic but other people had problems with TensorRT 3 and if I understand it well, this should be fixed with TensorRT 4.
I forgot to say that I have NVIDIA GeForce GTX 1050 4GB GDDR5 graphics card.
Can you please give me some directions, how could I resolve this problem?