MICCAI MMAC 2023 - Myopic Maculopathy Analysis Challenge - Task 1 Forum

Go back to competition Back to thread list Post in this thread

> WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.

Any idea why I am getting this error, is there a limit on docker memory?

Posted by: dj28 @ July 13, 2023, 5:50 p.m.

Hi,

This is likely a warning associated with running Docker and does not impact the evaluation results. You can ignore it.

MMAC Challenge Team

Posted by: mmac @ July 14, 2023, 7:46 a.m.

WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
Traceback (most recent call last):
File "/tmp/codalab/tmpP2hwi4/run/program/score.py", line 44, in
pred_df = pd.read_csv(os.path.join(prediction_dir, prediction_file), usecols=['image', 'myopic_maculopathy_grade', 'CPU_Time'])
File "/opt/conda/lib/python3.7/site-packages/pandas/io/parsers.py", line 702, in parser_f
return _read(filepath_or_buffer, kwds)
File "/opt/conda/lib/python3.7/site-packages/pandas/io/parsers.py", line 429, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/opt/conda/lib/python3.7/site-packages/pandas/io/parsers.py", line 895, in __init__
self._make_engine(self.engine)
File "/opt/conda/lib/python3.7/site-packages/pandas/io/parsers.py", line 1122, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/opt/conda/lib/python3.7/site-packages/pandas/io/parsers.py", line 1853, in __init__
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 387, in pandas._libs.parsers.TextReader.__cinit__
File "pandas/_libs/parsers.pyx", line 705, in pandas._libs.parsers.TextReader._setup_parser_source
FileNotFoundError: [Errno 2] File b'/tmp/codalab/tmpP2hwi4/run/input/res/MMAC_Task_1_Validation_Prediction.csv' does not exist: b'/tmp/codalab/tmpP2hwi4/run/input/res/MMAC_Task_1_Validation_Prediction.csv'

Still getting this error, and submission fails.

Posted by: dj28 @ July 14, 2023, 8:09 a.m.

Hi,

Your submitted zip file should include a file named "metadata" to indicate that the submission is in a code submission format. For detailed instructions, please refer to the "Code submission guidance" section under the "Participation and Submission" tab.

MMAC Challenge Team

Posted by: mmac @ July 14, 2023, 9:10 a.m.

Yes, I missed the metadata file. My Bad.
Thanks

Posted by: dj28 @ July 14, 2023, 11 a.m.
Post in this thread