Error message: "Output file 'metrics.json' was not produced" ¶
By: songtx on Aug. 17, 2025, 4:16 a.m.
Hello everyone,
I recently submitted my algorithm, but received the following error:
Error message: "Output file 'metrics.json' was not produced"
Based on my understanding of the submission requirements, my code correctly creates a file named output.json, and everything works fine in my local testing. However, the error message indicates that the system expects to find a file named metrics.json.
Do the submission requirements explicitly state that we need to generate metrics.json rather than output.json? Are these two files supposed to be the same file, just with different naming requirements? Is metrics.json a file that needs to be generated by evaluation code that participants are expected to write themselves?
I had been under the impression that the evaluation process would be handled automatically by the platform, but now I'm unsure whether I need to write my own evaluation code to generate this metrics.json file.
I would greatly appreciate if the organizers or experienced participants could clarify this issue.
Thank you for your help!