FreshZZ
FreshZZ
模型输入大小: h=640,w=864 代码库 最新develop分支代码 设置如下: const std::string bin_path = "/data/local/tmp/paddle"; const std::string bin_name = "lite_opencl_kernel.bin"; config.set_opencl_binary_path_name(bin_path, bin_name); const std::string tuned_path = "/data/local/tmp/paddle"; const std::string tuned_name = "lite_opencl_tuned.bin"; config.set_opencl_tune(CL_TUNE_NORMAL, tuned_path, tuned_name);...
## Description convert onnx to trt, use trtexec success, but onnxparser fail, error is : [06/23/2022-13:33:48] [E] [TRT] 10: [optimizer.cpp::computeCosts::1855] Error Code 10: Internal Error (Could not find any implementation...