HUSTAI / uie_pytorch

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

BUG AttributeError: 'Namespace' object has no attribute 'max_seq_le' #13

Closed hodge-ge closed 1 year ago

hodge-ge commented 1 year ago

In file named evaluate.py line 119: test_ds = IEMapDataset(relation_type_dict[key], tokenizer=tokenizer, max_seq_len=args.max_seq_le) "args.max_seq_le" should be written as "args.max_seq_len".

👍 BW2U