I am trying to convert normal pruned yolo v3(not spp) to tensorRT model.
But there are errors like below,
ERROR: conv_85: at least three non-batch dimensions are required for input
ERROR: Parameter check failed at: C:\p4sw\sw\gpgpu\MachineLearning\DIT\release\5.1\builder\Network.cpp::nvinfer1::Network::addScale::167, condition: inputTensor.getDimensions().nbDims >= 3
Hi,
I am trying to convert normal pruned yolo v3(not spp) to tensorRT model. But there are errors like below,
ERROR: conv_85: at least three non-batch dimensions are required for input ERROR: Parameter check failed at: C:\p4sw\sw\gpgpu\MachineLearning\DIT\release\5.1\builder\Network.cpp::nvinfer1::Network::addScale::167, condition: inputTensor.getDimensions().nbDims >= 3
Have someone who tried to this?
Thanks in advance.