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/tmpjjlPp0/run/program/evaluation.py", line 101, in <module>
assert (np.min(res_im) >= 0) and (np.max(res_im) <= 1)
AssertionError

Posted by: W_mark @ June 13, 2022, 6:46 a.m.

I think it is a problem with codalab server, I see you managed to submit again properly.
If your submission fails, click on the symbol "+" next to the status and then:
- View scoring output log
- View scoring error log
The kernel swap problem is due to codalab's server, the best option is to wait a bit, refresh and resubmit. The range of the values of the submission, as in the tutorial (https://github.com/mv-lab/AISP) should be [0,1024] (np.uint16), that log is internal to check the images were loaded and normalized properly. Due to many concurrent submissions the server sometimes crashes.

Hope this helps.

Posted by: nanashi @ June 13, 2022, 8:02 p.m.
Post in this thread