Amelie YU

Results 10 comments of Amelie YU

> event_input_bert_mrc_fn 你好你好,我也遇到这个报错,按照”event_input_bert_mrc_mul_fn换成event_input_bert_mrc_fn“改了以后,仍然有问题: TypeError: event_input_bert_mrc_fn() missing 1 required positional argument: 'query_lens' 谢谢!

> 好的。谢谢你。 请问你这个问题解决了么

> 是的 是吧train_helper.py里面”event_input_bert_mrc_mul_fn换成event_input_bert_mrc_fn“么?但是有报错TypeError: event_input_bert_mrc_fn() missing 1 required positional argument: 'query_lens' 这两个函数参数不一样,需要输入数据的start_Ys, end_Ys 呢,请问这个怎么获得的?

方便分享一下你改后的代码么? 我这边还是有报错 hungita 于2021年1月13日周三 下午6:01写道: > 是的 > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > ,...

文章中说的更大的测试集合,是代码中这个文件么?test2_kfold_new_final_event_type.txt 可以也分享一下么

I met the same problem. when I add faiss index path, it becomes slower

我也发现了这个问题,请问你拿到了么

> relation prediction具体是以[CLS]的hidden state作为输入,经过一个线性变换,进行relation set上的多分类。 > 代码后续会更新,感谢关注! 请问预测这部分代码更新了么 谢谢

seems that we have to update and re-generate the whole entity.jsonl file in order to get .t7 file.

I see. you mean I could get my new_encode_list = torch.cat((old_encode_list, new_entities_tokens)) could you share code if possible?