You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the released ckpt to write a validation submission json file. Then I added json keys according to submission format. Finally I submit this json file to val phase.
An error occured as below:
Traceback (most recent call last):
File "/code/scripts/workers/submission_worker.py", line 500, in run_submission
submission_metadata=submission_serializer.data,
File "/tmp/tmpdaalq2fx/compute/challenge_data/challenge_1954/main.py", line 67, in evaluate
assert send_email(results['meta']), 'validation failed in send_email()'
AssertionError: validation failed in send_email()
I wonder what's wrong with my submission json file. Could you provide a toy submission file?
Best regards,
Fuzhi
The text was updated successfully, but these errors were encountered:
Hi,
I use the released ckpt to write a validation submission json file. Then I added json keys according to submission format. Finally I submit this json file to val phase.
An error occured as below:
Traceback (most recent call last):
File "/code/scripts/workers/submission_worker.py", line 500, in run_submission
submission_metadata=submission_serializer.data,
File "/tmp/tmpdaalq2fx/compute/challenge_data/challenge_1954/main.py", line 67, in evaluate
assert send_email(results['meta']), 'validation failed in send_email()'
AssertionError: validation failed in send_email()
I wonder what's wrong with my submission json file. Could you provide a toy submission file?
Best regards,
Fuzhi
The text was updated successfully, but these errors were encountered: