WethatVivy
Results
1
issues of
WethatVivy
PaddleNLP 2.3.3 PaddlePaddle-gpu 2.3.0.post112 win10 python 3.7.13 报错代码:result = ie(textlist) 补充代码:ie = Taskflow('information_extraction', schema=schema,task_path=./checkpoint/model_best) textlist是一个不含空串的字符串列表。 详细情况:ie是用uie_medium增量训练的模型,持续从数据库中拿出文本处理成字符串列表后传入ie,一开始没有问题,运行了一段时间后,在某份数据之后报了You should supply an encoding or a list of encodings to this method that includes...
ie