Since timeouts occur frequently at validation timing, I would like to ask the following two questions.
The first question is whether different tracks have different validation timeouts.
The following three are submits of the same code to Tracks 1, 2, and 3, with Tracks 1 and 2 succeeding to the end. Track 3, on the other hand, fails with a validation timeout error every time, even after multiple submissions.
Is this because different tracks have different time limits allowed for validation?
The second question is, do the timeouts during validation occur during model loading, or is it because the inference is too slow for the sample data?
If it occurs during model loading, I don’t understand why it succeeds or fails depending on Track.
If the timeout occurs because inference is too slow, we would like to know how many seconds or more it takes to process one piece of data to cause an error.