Pass smoke test but fail normal submission

My submission pass the smoke test but fail with the normal submission.
And the log for normal submission stopped at “python main.py” making it impossible to debug.
Can anyone help?

Hey @hl2659 - I will follow up with you via DM to share logs of the error with you.

The same problem also happened to me

@DHC_chinese I will follow up with you via DM.

For others who may have a similar issue, it may be related to the fact that the smoke test dataset is relatively small, and that your code encounters edge cases on the larger test set that aren’t present in the smoke test dataset.

I would recommend that if you are experiencing similar issues (smoke tests passing but full submissions failing) that you consider expanding the set of smoke test notes you are using locally to encompass more of the training set notes.

Same issue happened to me.