I passed the smoke test but failed the normal submission. How can I view the full log? The downloaded log seems to be truncated after a certain number of lines. Also, can we assume that the real test set uses the same metadata format as the smoke test?
As noted on the Code Submission Format Page, log output is limited to 500 lines and 300 characters per line. Yes, you can assume the real test set uses the same metadata format as the smoke test.
I had the same problem, then realized that the normal test set has some long audios which cause Out of Memory errors, so reduced the batch size.