You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An algorithm job can fail with a system message: time out, killed due to memory, output not produced, etc. Can these be hoisted up to the evaluation to help admins?
Non-system messages (e.g. anything custom produced from the users container) MUST be avoided as that could leak information about the inputs.
These messages would have to be distinguished from any evaluation container failure which can fail for similar reasons. User can often be confused if the evaluation fails with a memory limit exception, etc, but it's only a problem with the evaluation method and not their algorithm.
The text was updated successfully, but these errors were encountered:
An algorithm job can fail with a system message: time out, killed due to memory, output not produced, etc. Can these be hoisted up to the evaluation to help admins?
Non-system messages (e.g. anything custom produced from the users container) MUST be avoided as that could leak information about the inputs.
These messages would have to be distinguished from any evaluation container failure which can fail for similar reasons. User can often be confused if the evaluation fails with a memory limit exception, etc, but it's only a problem with the evaluation method and not their algorithm.
The text was updated successfully, but these errors were encountered: