Peng Wang
Peng Wang
Fixed a comment error
# Delete a useless "print" ## Who can review? Community members can review the PR once tests pass. Tag maintainers/contributors who might be interested:
在windows运行时,出了两个小BUG:😀 1. 在tacred/lifelong/data/sampler/data_sampler.py 文件中,第128行: 把 ` with open(file) as file_in: ` 改成 ` with open(file, encoding='utf-8') as file_in: ` 否则,报错unicode...(具体忘记了...😂) 2. 在 tacred/run_multi_proto.py 文件中,第29行: 把 ` short_logits = distances `...