Cloud-CV / EvalAI

:cloud: :rocket: :bar_chart: :chart_with_upwards_trend: Evaluating state of the art in AI
https://eval.ai
Other
1.77k stars 786 forks source link

Evaluation script working locally but not on server #4387

Open mariiak2021 opened 4 months ago

mariiak2021 commented 4 months ago

Hi,

I've followed the instructions to submit the challenge for EvalAI and evaluation script is working fine locally, but still has some errors on the server side: "/tmp/tmp8biownt_/compute/challenge_data/challenge_2325/__init__.py", line 49, in <module> from .main import evaluate File "/tmp/tmp8biownt_/compute/challenge_data/challenge_2325/main.py", line 5, in <module> from phase_1.main import evaluate_accuracy ModuleNotFoundError: No module named 'phase_1' What can we the problem? I even don't have these lines in the code now so I don't understand why does it use the old info.

Best, Mariia

JannikSchneider12 commented 1 month ago

Hey,

I have similar issues. I am getting errors in the worker logs from the web interface that state that a module can not be found although I uncluded it in the requirements and it worked locally. Did you find a solution?