COVID-19 Retweet Prediction Challenge Forum

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

> Error while submitting results

I get this error while submitting results

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

Could you explain why is this happening?

Posted by: vinayaka @ July 9, 2020, 8:43 a.m.

Sadly, I got this error too. : (
"""
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
"""
Perhaps it's just due to an upgrade in the server of Codalab...

you can see this : https://competitions.codalab.org/forums/16559/2658/

Posted by: BalanceX @ July 9, 2020, 11:54 a.m.

Hi,

I'm facing the exact same issue. Were you able to resolve this ?

Thanks

Posted by: sangver @ July 9, 2020, 2:40 p.m.

I just submitted the results again and again.
Nearly half of the solutions I submitted today failed.
Based on the link provided by @BalanceX, this problem has been there for quite some time.

Posted by: vinayaka @ July 9, 2020, 4:49 p.m.

Sometimes I'm getting this error for the same file

======= Set 1 (Validation): score(set1_score)=ERROR =======
list index out of range

The output looks good to me though, anyone else with the same issue?

Posted by: sangver @ July 9, 2020, 8:01 p.m.

Hi,

as pointed out by some participants the issue has been present on the Codalab platform for a while. We hope to resolve it by adding more computation power to process the submissions.

Best, the organizers.

Posted by: trovdimi @ July 13, 2020, 1:57 p.m.

I am continuously receiving this error while submitting the results-

======= Set 1 (Validation): score(set1_score)=ERROR =======
Bad prediction shape. Prediction shape: (952926, 1)
Solution shape:(961182, 1)

Kindly look into it as it makes submitting entries difficult which makes model tuning even more difficult. About the Prediction shape (952926, 1), it is so because there were 952926 rows in the validation dataset while I assume the system considers the presence of 961182 entries in the dataset.

Posted by: army_aviator @ July 14, 2020, 8:23 a.m.

The submissions are failing again today and I hope the error gets sorted out soon. :(

Posted by: vinayaka @ July 17, 2020, 4:02 a.m.

Hi,

Last weak we added some additional computation power and hope that now submissions will be processed faster and in a more reliable manner. Some of the submission failures lately were due to our efforts to integrate the new server and we apologize for the inconvenience.

Best, the organizers.

Posted by: trovdimi @ July 20, 2020, 8:03 a.m.

How do I resolve this issue please?

======= Set 1 (Validation): score(set1_score)=ERROR =======
Error in calculation of the specific score of the task

Posted by: Egofori @ Aug. 5, 2020, 9:04 p.m.
Post in this thread