MAFAT Radar Challenge - Can you distinguish between humans and animals in radar tracks? Forum

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

> Why can't I submit my zip file? (Submission Failed)

Please check the following:
- The zip you are submitting isn’t a zip folder that includes the zip file.
- The columns names are “segment_id” and “prediction”.
- You are not missing any prediction in your file.
- All your predictions are between 0–1.
- When creating the zip file, you have compressed the CSV file directly.

Posted by: Mafat_Challenge @ July 14, 2020, 8:49 p.m.

Hi,
I tried making a submission which resulted in the following error. The status is shown as 'Failed'

Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

I followed your instructions, and I don't see any errors on my side. What could be the problem?
Thanks

Posted by: karini_k @ July 21, 2020, 10:06 p.m.

Thank you, we can see that you attempted to submit again and succeeded. It seems that it was a temporary error in CodaLab. We'll investigate it more thoroughly.

Tsabar
(MAFAT Challenge Team)

Posted by: Mafat_Challenge @ July 22, 2020, 8:13 a.m.

I also have this error:
Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

Can you please advise?

Posted by: Yossico @ July 23, 2020, 12:04 a.m.

More info about this issue:
My first two submissions are the exact same file.
The first failed the second passed.
On my next two (3rd and 4th) submissions I used another file that is identical for both since the 3rd failed so I hope that the 4th will pass.

anyways, there are random failures in the system please check that...

Posted by: Yossico @ July 23, 2020, 7:46 a.m.

The same error here, identical files are failing more often than succeding

Posted by: nanaxttp @ July 25, 2020, 9:50 a.m.

Hi,
This issue just keeps on coming,
Is there any solution?

https://ibb.co/27VGrgz

Please assist
BR,
Yossi

Posted by: Yossico @ July 25, 2020, 11:55 p.m.

Are our failed submission counted?

I've tried resubmitting after having a similar error and it's not being processed (yet)

Posted by: Hr @ July 27, 2020, 5:07 p.m.

Failed submissions do not count in the daily submission limit

Idan
(MAFAT Challenge Team)

Posted by: Mafat_Challenge @ July 28, 2020, 6:21 a.m.

Submission error "File “/worker/worker.py”, line 330..."

This error is in Codalab's worker. It can happen randomly and it is temporary. Most of the time the solution is to wait a few minutes and try to resubmit.
Also, try to avoid long file names and spaces (up to 40 characters).

Tsabar
(MAFAT Challenge Team)

Posted by: Mafat_Challenge @ July 28, 2020, 12:28 p.m.

Hi,

I got this error while trying to send:

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/tmpjd1i7m/run/program/scoring.py", line 17, in
pred_file= glob(os.path.join(prediction_dir, '*.csv'))[0]
IndexError: list index out of range

I tried to send the results three times, but I always get the same error.

Thanks

Posted by: karini_k @ Aug. 4, 2020, 8:35 p.m.

Hi there,

I'm also having this issue.
All my submissions are giving this error:
Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

The file is just called submission.csv and is zipped into a file called submission.zip.
This is really annoying, and prevents me from improving my results :(
I see others are also experience the same issue, so can someone look into this?

Thank you,
Nuno

Posted by: ngcferreira @ Aug. 4, 2020, 8:38 p.m.

Hi again,

Just some extra info on this. I rounded the predictions to 4 decimals, and the submission succeeded.
Not sure if this helps figuring out what is causing the problem. Not sure if it is caused the the decimals in the floats, or by the file size, which get's much smaller when the values get rounded.

Hope this helps.

Regards,
Nuno

Posted by: ngcferreira @ Aug. 4, 2020, 9:11 p.m.

Hi,

I tried to send and have the following error:

Traceback (most recent call last):
File "/worker/worker.py", line 330, in run
if input_rel_path not in bundles:
TypeError: argument of type 'NoneType' is not iterable

Should I round the results as Nuno suggested? I tried to send the results twice.

Best

Posted by: karini_k @ Aug. 5, 2020, 6:46 a.m.

It's seems the rounding doesn't help. It was just coincidence that it worked.
So there is no solution other than keep on trying until it works.
Could someone from CodaLab look at this issue?

Thanks,
Nuno

Posted by: ngcferreira @ Aug. 5, 2020, 8:50 a.m.

It seems there is an issue open on github for this problem.
So I propose that everyone having this problem post there, to see if the Codalab team fixes it asap.
This is the github issue:
https://github.com/codalab/codalab-competitions/issues/2814

Posted by: ngcferreira @ Aug. 5, 2020, 8:55 a.m.

Submission error "File “/worker/worker.py”, line 330..." is an error in Codalab's system.
It seems now that the problem is fixed.
If your submission fails the solution is to wait and try to resubmit later.

Tsabar
(MAFAT Challenge Team)

Posted by: Mafat_Challenge @ Aug. 5, 2020, 11:24 a.m.
Post in this thread