google-deepmind / perception_test

Apache License 2.0
193 stars 15 forks source link

submit with CLI #6

Closed songtianhui closed 1 year ago

songtianhui commented 1 year ago

Hi, I encounter problem when submitting results with CLI. I follow the instruction, Install evalai-cli, Add EvalAI account token to evalai-cli and make submission. But when I run command evalai challenge 2094 phase 4163 submit --file <submission_file_path> --large, it report error:

Error: {'detail': 'Given token not valid for any token type', 'code': 'token_not_valid', 'messages': [{'token_class': 'RefreshToken', 'token_type': 'refresh', 'message': 'Token is invalid or expired'}]}

Use `evalai challenges` to fetch the active challenges.

Use `evalai challenge CHALLENGE phases` to fetch the active phases.

And I run evalai challenges, I got

404 Client Error: Not Found for url: https://eval.ai/api/challenges/challenge/all

It seems that there exists problem of the evalai server? Or it is my own problem?

songtianhui commented 1 year ago

It has been solved