AIM 2022 Reversed ISP Challenge - Track 1 S7 Forum

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

> submission Failed

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/tmp2RCwhj/run/program/evaluation.py", line 87, in
raise Exception('Expected %d .png images'%len(ref_pngs))
Exception: Expected 480 .png images

Anyone can help me fix this problem?

Posted by: blurArmy @ June 30, 2022, 12:09 p.m.

Hello, we did not modify anything at the scoring/validation server, therefore it should work as previous weeks. I checked other participant's submissions and I don't see any "general" problem.
the "WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap." is codalab's internal server limit, sometimes due to concurrent submissions it crashes, the best is to wait, refresh and resubmit.

"""
raise Exception('Expected %d .png images'%len(ref_pngs))
Exception: Expected 480 .png images
"""
this error indicates that the number of submitted images (.npy) does not correspond with the number of ground-truth images in this track. I see you did good submissions at the track 2, it works exactly the same way in this track but instead of 400, validation here is 480.
just in case pls check https://github.com/mv-lab/AISP

if the error persists please contact me via email marcos.conde-osorio@uni-wuerzburg.de

Posted by: nanashi @ July 3, 2022, 6:56 p.m.
Post in this thread