When I submit, I get error message below.
Does anyone know how to solve this?
Traceback (most recent call last):
File "/multiverse/storage/lattari/Prj/postdoc/Courses/AN2DL_2022/Competition1_running_dir/worker_gpu0_dir/tmp/codalab/tmpy5XLvW/run/program/score.py", line 277, in
if np.isnan(per_class_f1[c]):
KeyError: 'Species2'
Usually, if you get this error is due to missing classes in your prediction, which may be caused by a wrong model output. Please check that the output shape is correct.
Posted by: an2dl.competitions @ Nov. 16, 2022, 2:27 p.m.