I want to accelerate inference with tensorrt for tensorflow model. First i convert the pb model to uff model, Then i parse uff model, but got the following error:
ERROR: UFFParser: Validator error: ExpandDims_36: Unsupported operation _ExpandDims
ERROR: sample_uff_mnist: Fail to parse
It seems tensorrt not support tf.expand_dims operation. What should i do to solve this problem?