dp

Results 4 issues of dp

Python backend ```python import json import triton_python_backend_utils as pb_utils class TritonPythonModel: def initialize(self, args): self.model_config = model_config = json.loads(args['model_config']) output0_config = pb_utils.get_output_config_by_name( model_config, "OUTPUT0") output1_config = pb_utils.get_output_config_by_name( model_config, "OUTPUT1") #...

![image](https://user-images.githubusercontent.com/27748841/102954814-58b4c500-450f-11eb-9001-28075ed8ca1f.png)

enhancement

![image](https://user-images.githubusercontent.com/27748841/66478989-2071c400-eace-11e9-8abc-ebff1a804559.png)

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem - 系统环境/System Environment: - 版本号/Version:Paddle: PaddleOCR: 问题相关组件/Related components: - 运行指令/Command Code: - 完整报错/Complete Error Message: ![image](https://user-images.githubusercontent.com/27748841/202141200-4e1161ff-8c16-43b6-ab6f-6af7b96bc42e.png) ##### 如上图,【货物或应税劳务、服务名称】这一列,下面的【小米红米3时尚金色】和【移动联通电信4G手机双卡双待】这两个是分开的两行, 1. 如果是当做key-value抽取任务(SER+RE)的话,该如何处理?一个key...