codalab / codalab-competitions

CodaLab Competitions
https://codalab.lisn.fr
Other
513 stars 129 forks source link

error for submission #3481

Closed cgz6498 closed 7 months ago

cgz6498 commented 7 months ago

When I submit my dataset to HO3Dv2 and H2O3D, I encounter the following error:

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
/opt/conda/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment.
  warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.')
You are using pip version 9.0.1, however version 24.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Didayolo commented 7 months ago

@cgz6498 This looks like simple warnings. Are your submissions computed correctly?

cgz6498 commented 7 months ago
mmexport86a7eada146513742d7a315bc63cdf36_1714125352806

Yes, the display submission is correct, but the message is incorrect

Didayolo commented 7 months ago

Can you be more specific? What is incorrect? What issue are you encountering?

cgz6498 commented 7 months ago

For example, after I compress the trained .json file into a zip file and submit it to Ho3dv2 (https://codalab.lisn.upsaclay.fr/competitions/4318#participate), it shows that the submission was successful, as in the first image. However, when I check for errors, as in the second image, it reports an error. The error message is as follows.

1bc014bc0854c5f10c685b18daf8828 325936980-5158f559-e35c-41c6-a69d-de11acbbba42

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. /opt/conda/lib/python2.7/site-packages/matplotlib/font_manager.py:273: UserWarning: Matplotlib is building the font cache using fc-list. This may take a moment. warnings.warn('Matplotlib is building the font cache using fc-list. This may take a moment.') You are using pip version 9.0.1, however version 24.0 is available. You should consider upgrading via the 'pip install --upgrade pip' command.

Didayolo commented 7 months ago

It is a simple warning. The submission is being handled correctly and returns a score, so there is no problem.

If you are the competition organizer, you can consider using an up-to-date docker image to avoid this kind of warnings, but it is not mandatory.

If you are a participant, then you are all set.

I mark this issue as resolved, but feel free to pursue the discussion if needed.

cgz6498 commented 7 months ago

But I didn't receive an error.