Evalai: Load challenge data in the process when challenge is created

Created on 10 Sep 2018  路  7Comments  路  Source: Cloud-CV/EvalAI

Description

Currently, when someone creates a challenge on EvalAI, then gets the access to make submissions to that challenge in order to test it. But the catch here is that the submission worker is not ready to accept the submissions for that challenge since it needs to load the evaluation script and other required files. Hence whatever submission the challenge host does, it stays in the submitted state.

How to fix it

  • [ ] Add support for loading the required challenge related files whenever the challenge is created making sure that submission worker is reloaded or is loading the required files in memory
backend critical dependent enhancement good first issue medium-difficulty priority-high

All 7 comments

Hey i'll try to work on this issue.

@deshraj @w3x10e8 I have fixed the issue. Can I submit my PR ?

@TejasBhitle hey sure you can submit your PR, Im working on other issue rn

Can I take up this issue ?

Sure @shiv6146, you can work on this.

@RishabhJain2018 Please have a look at #2205 I have made changes to submission_worker which did not have any unit tests previously and hence I think my coverage has reduced :disappointed: Any workarounds to actually fix this?

@shiv6146 This may help for now, until tests for the submission worker are written. Please have a look: https://coverage.readthedocs.io/en/coverage-4.3.4/excluding.html

Was this page helpful?
0 / 5 - 0 ratings