HUSTAI / uie_pytorch

PaddleNLP UIE模型的PyTorch版实现
Apache License 2.0
539 stars 93 forks source link

utils.py文件中900行处bug #1

Open yinguoqing123 opened 1 year ago

yinguoqing123 commented 1 year ago

列表循环的顺序 all_relation_examples = [ r for relation_example in relation_examples for r in relation_example ]

heiheiyoyo commented 1 year ago

从PaddleNLP更新了代码,试试最新版代码