-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to add or delete challenge phase and splits #4274
Comments
Hi, I am working on this issue. Could you please tell me how you test this feature? To the best of my knowledge, the yaml file is located in the github repo created by the user, how to update the yaml file in the dev envrionment? |
Hello @poju3185 I use the EvalAI-Starter modification that was build by Ayush to upload challenge and test these features. Cloud-CV/EvalAI-Starters#71 |
Could you please tell me how did you find out that every phases are deleted an re-created when deleting some phases?
|
Currently its not possible to add or delete challenge phases and splits. The host should be able to delete phases and splits by removing them from the yaml file. This was previously implemented in #4157. But it was revert due to a bug that the phases were deleted and recreated everytime the yaml file is used to update the challlenge.
The text was updated successfully, but these errors were encountered: