Error Message not present in the evaluation script

I got the below-mentioned error message when I made a submission
Error : field larger than field limit (131072)
I went through the evaluation script to find out what caused the error, but there was nothing related to this error message.
It would be great if someone can give me more information regarding this error.

Regards,
Naveen

Hi,

The full traceback is as follows.

You can try out your csv file with ic2020_drawn_ui_evaluator.py:

  File "ic2020_drawn_ui_evaluator.py", line 526, in <module>
    result = evaluator._evaluate(_client_payload)
  File "ic2020_drawn_ui_evaluator.py", line 37, in _evaluate
    predictions = self.load_predictions(submission_file_path)
  File "ic2020_drawn_ui_evaluator.py", line 118, in load_predictions
    for row in reader:
_csv.Error: field larger than field limit (131072)
1 Like