-
-
Notifications
You must be signed in to change notification settings - Fork 188
Description
Hello,
Thanks for the great work! I seem to be facing an issue when I push my code to the challenge branch, with regard to the challenge config yaml. I was able to create the Random Number Generator Challenge to test the working of the code. But when I update my evaluation scripts and config yaml file, I face this error. How can I fix this?
Following errors occurred while validating the challenge config:
ERROR: The leaderboard with ID: 2 doesn't exist. Addition of a new leaderboard after challenge creation is not allowed.
ERROR: Challenge phase 3 doesn't exist. Addition of a new challenge phase after challenge creation is not allowed.
ERROR: Challenge phase split (leaderboard_id: 1, challenge_phase_id: 3, dataset_split_id: 2) doesn't exist. Addition of challenge phase split after challenge creation is not allowed.
ERROR: Challenge phase split (leaderboard_id: 1, challenge_phase_id: 2, dataset_split_id: 2) not found in config. Deletion of existing challenge phase split after challenge creation is not allowed.
Thanks!