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
在运行python Code/ED/score_ED_E.py命令时,出现
python Code/ED/score_ED_E.py
trigger_word = event['trigger_word'] KeyError: 'trigger_word'
通过查找ED_E_gold.json文件,并未发现有trigger_word这个键 最后,通过参考score_EE_E.py的代码,发现event的key可能设置错误了,修改后,可以正常运行
ED_E_gold.json
trigger_word
score_EE_E.py
The text was updated successfully, but these errors were encountered:
我们会检查一下,有问题会及时更正,感谢!
Sorry, something went wrong.
感谢提醒,已经修复
No branches or pull requests
在运行
python Code/ED/score_ED_E.py
命令时,出现通过查找
ED_E_gold.json
文件,并未发现有trigger_word
这个键最后,通过参考
score_EE_E.py
的代码,发现event的key可能设置错误了,修改后,可以正常运行The text was updated successfully, but these errors were encountered: