We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您的工作非常棒! src/evaluation/evaluator.py#L717 #因为后来的实际格式与最初表格中的不同,因此下列测试可能无法通过,仅作为使用示例
for rel in self._format(json_data['Instance']['ground_truth']).split(';'): # FIXME:字段名可能有变 KeyError: 'Instance'
请问能否给一下实际格式的示例呢?
The text was updated successfully, but these errors were encountered:
同求
Sorry, something went wrong.
No branches or pull requests
您的工作非常棒!
src/evaluation/evaluator.py#L717
#因为后来的实际格式与最初表格中的不同,因此下列测试可能无法通过,仅作为使用示例
for rel in self._format(json_data['Instance']['ground_truth']).split(';'): # FIXME:字段名可能有变
KeyError: 'Instance'
请问能否给一下实际格式的示例呢?
The text was updated successfully, but these errors were encountered: