Skip to content
Discussion options

You must be logged in to vote

You can add the following to the evaluation.py file:

if __name__ == '__main__':
    evaluate("./initial-test-run"

Then put the prepare.py, predict file, etc. in a subfolder called initial-test-run (or whatever you want to call it). Now you can run the evaluation.py file to make sure that your submission code works.

It is also possible to use the eval function but then you need to create a zip file with the code first.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zhoujingbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants