EvalAI icon indicating copy to clipboard operation
EvalAI copied to clipboard

Load challenge data in the process when challenge is created

Open deshraj opened this issue 7 years ago • 8 comments

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

deshraj avatar Sep 10 '18 13:09 deshraj

Hey i'll try to work on this issue.

w3x10e8 avatar Oct 15 '18 07:10 w3x10e8

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

TejasBhitle avatar Oct 21 '18 17:10 TejasBhitle

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

w3x10e8 avatar Oct 22 '18 12:10 w3x10e8

Can I take up this issue ?

shiv6146 avatar Mar 17 '19 22:03 shiv6146

Sure @shiv6146, you can work on this.

RishabhJain2018 avatar Mar 18 '19 20:03 RishabhJain2018

@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 avatar Mar 19 '19 19:03 shiv6146

@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

KhalidRmb avatar Mar 19 '19 19:03 KhalidRmb

What's the status of PR #2205?

I was not aware of the existing PR, and I created a simpler PR (2 line change plus comments) which addresses the issue: #3422.

barrywhart avatar May 18 '21 12:05 barrywhart