Issue with getting scores

The prediction progress is always 0.03%, which results in 0 precision and 0 recall.
When enabling debug and checking, the last line of the debug line states

Expecting value: line 1 column 1 (char 0)

Which mostly corresponds to the JSON loads function (which I think should be part of the code that evaluates the prediction.json)
Is there something that needs to be taken care of which writing the JSON files for submission?

Or is it a different issue with the submission code itself?

Hello @bhalaji

We have two modes of submissions. This should be fixed by setting "debug": false in your aicrowd.json file. We also made changes on our end to make non debug mode the default behaviour in case it is not mentioned.

1 Like