Skip to content
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

Problem when submitting data #94

Open
JannikSchneider12 opened this issue Oct 14, 2024 · 2 comments
Open

Problem when submitting data #94

JannikSchneider12 opened this issue Oct 14, 2024 · 2 comments

Comments

@JannikSchneider12
Copy link

Hey everyone,

I followed the guide to setup a challenge via GitHub. I also ran the local test and that worked. However, when I try to submit test data via the web interface of my challenge, either nothing happens (it just loads) or the results of the submission are all None. Can someone help me?

Thanks for your time and help

@paularamo
Copy link

@JannikSchneider12 Did you find a solution to your problem? I am facing the same. My challenge was approved, but I needed to modify the Evaluation Script. All is working well locally, but when I try it on the webpage, it is not working. The submission process never ends.

@JannikSchneider12
Copy link
Author

Hey @paularamo

I just figured out that it works if the outer keys of the final dictionary that should be returned by the eval function remain the same. Then I can see the results file on the eval.ai web interface, so then the api accepts it.

So I meant this structure:

output["result"] = [
{
"split": ... ,
"show_to_participant": ... ,
"accuracies": ...
}
]

I hope that this helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants