As title
debug-log
hub detail
@gaozhanfire : We have posted the relevant error on the issue page. Your model does not respect the 15s timelimit for certain samples in the test set.
@kehan_yin: We’ve updated your issue with the error message on the AIcrowd platform here.
If your code successfully passes the validation phase but encounters a sudden stop during the test phase, the issue typically falls into one of the following categories:
Prediction Time Limit Exceeded: Each sample’s prediction time exceeded the maximum allowed duration of 15 seconds.
Total Runtime Limit Exceeded: The entire test phase runtime went beyond the allocated time limit for the specific track, detailed in the table below:
Track Name | Challenge ID | Phase 1 Time Limit |
---|---|---|
Understanding Shopping Concepts | amazon-kdd-cup-24-understanding-shopping-concepts | 140 minutes |
Shopping Knowledge Reasoning | amazon-kdd-cup-24-shopping-knowledge-reasoning | 40 minutes |
User Behavior Alignment | amazon-kdd-cup-24-user-behavior-alignment | 60 minutes |
Multi-Lingual Abilities | amazon-kdd-cup-24-multi-lingual-abilities | 60 minutes |
All-Around | amazon-kdd-cup-24-all-around | 300 minutes (5 hours) |
CUDA Out of Memory (OOM) Error: The process ran out of memory on the CUDA-enabled devices.