Skip to content

Commit c50a121

Browse files
Docs: Update link of remote challenge evaluation in Readme (#4536)
1 parent 7aa991b commit c50a121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/evaluation_scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Let's break down what is happening in the above code snippet.
8787

8888
Each challenge has an evaluation script, which evaluates the submission of participants and returns the scores which will populate the leaderboard. The logic for evaluating and judging a submission is customizable and varies from challenge to challenge, but the overall structure of evaluation scripts is fixed due to architectural reasons.
8989

90-
The starter template for remote challenge evaluation can be found [here](https://github.com/Cloud-CV/EvalAI-Starters/blob/master/remote_challenge_evaluation/evaluation_script_starter.py).
90+
The starter template for remote challenge evaluation can be found [here](https://github.com/Cloud-CV/EvalAI-Starters/tree/master/remote_challenge_evaluation).
9191

9292
Here are the steps to configure remote evaluation:
9393

0 commit comments

Comments
 (0)