You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: