-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
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
Submission failed #3546
Labels
Comments
Hi @ragunna,
|
你好 我向 RuTermEval 竞赛(轨道 2,第 2 阶段:https://codalab.lisn.upsaclay.fr/competitions/19600#participate-submit_results)提交的提交一直失败,并出现以下错误: Traceback (most recent call last):
File "/worker/worker.py", line 323, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 180, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 180, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 171, in get_bundle
metadata = yaml.load(mf)
File "/usr/local/lib/python2.7/dist-packages/yaml/__init__.py", line 71, in load
return loader.get_single_data()
File "/usr/local/lib/python2.7/dist-packages/yaml/constructor.py", line 37, in get_single_data
node = self.get_single_node()
File "/usr/local/lib/python2.7/dist-packages/yaml/composer.py", line 39, in get_single_node
if not self.check_event(StreamEndEvent):
File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 98, in check_event
self.current_event = self.state()
File "/usr/local/lib/python2.7/dist-packages/yaml/parser.py", line 174, in parse_document_start
self.peek_token().start_mark)
ParserError: expected '', but found '{'
in "/tmp/codalab/tmpM4mRoO/run/input/ref/metadata", line 2, column 1 是我的错吗?如果是这样,我该如何解决? |
Hi @wwwwwxz-xz,
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
My submission to RuTermEval competition (Track 2, Phase 2: https://codalab.lisn.upsaclay.fr/competitions/19600#participate-submit_results) keeps failing with the following error:
Is it my fault? If so, how can I solve it?
I'm using Google Chrome 131.0.6778.265 (64-bit)
Thank you for help!
The text was updated successfully, but these errors were encountered: